Skip to content

Commit

Permalink
merge cran-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 28, 2020
2 parents 5e29546 + 626eae1 commit 12c3d3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
9 changes: 0 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,11 @@

# RPostgres 1.2.1 (2020-09-28)

- Internal changes only.


# RPostgres 1.2.0.9001 (2020-09-28)

- Gains new `Redshift` driver for connecting to Redshift databases.
Redshift databases behave almost identically to Postgres so this
driver allows downstream packages to distinguish between the two (#258).
- Datetime values are now passed to the database using an unambiguous time zone format (#255, @imlijunda).
- Document `Postgres()` together with `dbConnect()` (#242).


# RPostgres 1.2.0.9000

- Windows: update libpq to 12.2.0.

# RPostgres 1.2.0
Expand Down
18 changes: 10 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Minor release.
RPostgres 1.2.1

## Test environments
* local ubuntu install, R 3.6.1
* ubuntu 16.04 (on travis-ci), R 3.6.1, devel, oldrel, 3.2
* windows (on appveyor), R 3.6.1
* win-builder (devel and release)
## Cran Repository Policy

- [x] Reviewed CRP last edited 2020-07-11.

## R CMD check results

0 errors | 0 warnings | 1 note
- [x] Checked locally, R 4.0.2
- [x] Checked on CI system, R 4.0.2
- [x] Checked on win-builder, R devel

## Current CRAN check results

* We link libpq (and libcrypto) statically on Windows, hence the size.
- [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 comments on commit 12c3d3d

Please sign in to comment.