Skip to content

Commit 95e3b97

Browse files
committed
NEWS and CRAN comments
1 parent 546b34e commit 95e3b97

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

NEWS.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,14 @@
22

33
# RPostgres 1.4.3 (2021-12-20)
44

5-
- Same as previous version.
6-
7-
8-
# RPostgres 1.4.2.9002 (2021-12-19)
9-
10-
- Make method definition more similar to S3. All `setMethod()` calls refer to top-level functions (#380).
11-
12-
13-
# RPostgres 1.4.2.9001 (2021-12-12)
5+
## Features
146

157
- New `postgresIsTransacting()` (#351, @jakob-r).
16-
- Fix discovery of temporary tables for Redshift connections (#358, @galachad).
17-
8+
- Temporary tables are now discovered correctly for `Redshift()` connections, all DBItest tests pass (#358, @galachad).
189

19-
# RPostgres 1.4.2.9000 (2021-12-05)
10+
## Internal
2011

21-
- Same as previous version.
12+
- Make method definition more similar to S3. All `setMethod()` calls refer to top-level functions (#380).
2213

2314

2415
# RPostgres 1.4.2 (2021-12-05)

cran-comments.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ RPostgres 1.4.3
77
## R CMD check results
88

99
- [x] Checked locally, R 4.1.1
10-
- [ ] Checked on CI system, R 4.1.2
11-
- [ ] Checked on win-builder, R devel
12-
13-
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
10+
- [x] Checked on CI system, R 4.1.2
11+
- [x] Checked on win-builder, R devel
1412

1513
## Current CRAN check results
1614

1715
- [x] Checked on 2021-12-20, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html
18-
- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
19-
20-
Check results at: https://cran.r-project.org/web/checks/check_results_RPostgres.html
16+
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64: Large binary

0 commit comments

Comments
 (0)