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 Jan 19, 2021
1 parent 11c8549 commit cee3e4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
16 changes: 8 additions & 8 deletions NEWS.md
@@ -1,17 +1,17 @@
# RPostgres 1.3.1 (2021-01-19)

- Fix behavior with invalid time zone (#284, @ateucher).
- `FORCE_AUTOBREW` environment variable enforces use of `autobrew` in `./configure` (#283, @jeroen).
- Tweaks in `./configure` (#283, @jeroen).
- Fix `configure` on macOS (#282, @jeroen).
- Fix `configure` script, remove `$()` not reliably detected by `checkbashisms`.
## Bug fixes

- `Inf`, `-Inf` and `NaN` values are returned correctly on Windows (#267).
- Fix behavior with invalid time zone (#284, @ateucher).

# RPostgres 1.3.0.9000 (2021-01-05)
## Internal

- `configure` uses a shell script and no longer forwards to `src/configure.bash` (#265).
- `dbConnect()` defaults to `timezone_out = NULL`, this means to use `timezone`.
- `Inf`, `-Inf` and `NaN` values are returned correctly on Windows (#267).
- `FORCE_AUTOBREW` environment variable enforces use of `autobrew` in `configure` (#283, @jeroen).
- Fix `configure` on macOS, small tweaks (#282, #283, @jeroen).
- Fix `configure` script, remove `$()` not reliably detected by `checkbashisms`.
- `configure` uses a shell script and no longer forwards to `src/configure.bash` (#265).


# RPostgres 1.3.0 (2021-01-05)
Expand Down
12 changes: 4 additions & 8 deletions cran-comments.md
Expand Up @@ -7,15 +7,11 @@ RPostgres 1.3.1
## R CMD check results

- [x] Checked locally, R 4.0.3
- [ ] Checked on CI system, R 4.0.3
- [ ] 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.3
- [x] Checked on win-builder, R devel

## Current CRAN check results

- [x] Checked on 2021-01-19, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html
- [ ] NOTE: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
- [ ] ERROR: r-patched-solaris-x86, r-oldrel-macos-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-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64: Large binaries
- [x] ERROR: r-patched-solaris-x86, r-oldrel-macos-x86_64: Made attempts to fix

0 comments on commit cee3e4d

Please sign in to comment.