Skip to content

Commit

Permalink
NEWS and CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 12, 2021
1 parent 4f90810 commit 3c42190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
11 changes: 1 addition & 10 deletions NEWS.md
Expand Up @@ -4,18 +4,9 @@

- Remove BH dependency by inlining the header files (#300).
- Use Autobrew if libpq is older than version 12 (#294, @jeroen).


# RPostgres 1.3.1.9001 (2021-01-24)

- `dbConnect()` now issues `SET datestyle to iso, mdy` to avoid translation errors for datetime values with databases configured differently (#287, @baderstine).


# RPostgres 1.3.1.9000 (2021-01-19)

Internal changes only.


# RPostgres 1.3.1 (2021-01-19)

## Bug fixes
Expand Down Expand Up @@ -52,7 +43,7 @@ Internal changes only.

# RPostgres 1.2.1 (2020-09-28)

- Gains new `Redshift` driver for connecting to Redshift databases.
- 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).
Expand Down
10 changes: 3 additions & 7 deletions cran-comments.md
Expand Up @@ -7,14 +7,10 @@ RPostgres 1.3.2
## R CMD check results

- [x] Checked locally, R 4.0.5
- [ ] Checked on CI system, R 4.0.5
- [ ] Checked on win-builder, R devel

Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
- [x] Checked on CI system, R 4.0.5
- [x] Checked on win-builder, R devel

## Current CRAN check results

- [x] Checked on 2021-04-12, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html
- [ ] NOTE: r-devel-windows-ix86+x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Check results at: https://cran.r-project.org/web/checks/check_results_RPostgres.html
- [x] NOTE: r-devel-windows-ix86+x86_64, 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 comments on commit 3c42190

Please sign in to comment.