Skip to content

Commit 12c3d3d

Browse files
committed
merge cran-1.2.1
2 parents 5e29546 + 626eae1 commit 12c3d3d

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

NEWS.md

-9
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,11 @@
55

66
# RPostgres 1.2.1 (2020-09-28)
77

8-
- Internal changes only.
9-
10-
11-
# RPostgres 1.2.0.9001 (2020-09-28)
12-
138
- Gains new `Redshift` driver for connecting to Redshift databases.
149
Redshift databases behave almost identically to Postgres so this
1510
driver allows downstream packages to distinguish between the two (#258).
1611
- Datetime values are now passed to the database using an unambiguous time zone format (#255, @imlijunda).
1712
- Document `Postgres()` together with `dbConnect()` (#242).
18-
19-
20-
# RPostgres 1.2.0.9000
21-
2213
- Windows: update libpq to 12.2.0.
2314

2415
# RPostgres 1.2.0

cran-comments.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
Minor release.
1+
RPostgres 1.2.1
22

3-
## Test environments
4-
* local ubuntu install, R 3.6.1
5-
* ubuntu 16.04 (on travis-ci), R 3.6.1, devel, oldrel, 3.2
6-
* windows (on appveyor), R 3.6.1
7-
* win-builder (devel and release)
3+
## Cran Repository Policy
4+
5+
- [x] Reviewed CRP last edited 2020-07-11.
86

97
## R CMD check results
108

11-
0 errors | 0 warnings | 1 note
9+
- [x] Checked locally, R 4.0.2
10+
- [x] Checked on CI system, R 4.0.2
11+
- [x] Checked on win-builder, R devel
12+
13+
## Current CRAN check results
1214

13-
* We link libpq (and libcrypto) statically on Windows, hence the size.
15+
- [x] Checked on 2020-09-28, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html . We link libpq (and libcrypto) statically on Windows, hence the size.

0 commit comments

Comments
 (0)