Skip to content

Commit ec1bbb4

Browse files
committed
NEWS and CRAN comments
1 parent 65d2f6e commit ec1bbb4

File tree

2 files changed

+14
-33
lines changed

2 files changed

+14
-33
lines changed

NEWS.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
# RPostgres 1.4.6 (2023-10-22)
44

5-
## readme
6-
7-
- Rcpp -\> cpp11 (@pachadotdev, #427).
8-
95
## Breaking changes
106

117
- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).
@@ -17,28 +13,30 @@
1713
## Features
1814

1915
- `dbQuoteLiteral()` correctly quotes 64-bit integers from the bit64 package (of class `"integer64"`) (@karawoo, #435, #436).
16+
2017
- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).
18+
19+
## Libraries
20+
21+
- Windows: update to libpq-15.3 (#442).
22+
2123
- Upgrade boost to 1.81.0-1 to fix sprintf warnings (#417).
2224

23-
## Chore
25+
## Documentation
2426

2527
- Suppress warning in gcc-12 (#443).
26-
- Windows: update to libpq-15.3 (#442).
27-
- Tweak DESCRIPTION.
28+
2829
- Tweak driver docs (@dpprdan, #433).
29-
- Relicense as MIT (@pachadotdev, #312, #421).
30-
- Avoid bashisms warning on Ubuntu 22.04 (@pachadotdev, #428).
31-
- Replace Rcpp by cpp11 (@Antonov548, #419).
32-
- Gitpod test database (@Antonov548, #423).
30+
31+
- Relicense as MIT.
3332

3433
## Testing
3534

3635
- Close result set.
3736

38-
## Uncategorized
37+
## Internal
3938

40-
- Internal changes only.
41-
- Merged cran-1.4.5 into main.
39+
- Replace Rcpp by cpp11 (@Antonov548, #419).
4240

4341

4442
# RPostgres 1.4.5 (2023-01-19)

cran-comments.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
11
RPostgres 1.4.6
22

3-
## Cran Repository Policy
4-
5-
- [x] Reviewed CRP last edited 2023-08-15.
6-
7-
## R CMD check results
8-
9-
- [x] Checked locally, R 4.3.1
10-
- [ ] Checked on CI system, R 4.3.1
11-
- [ ] Checked on win-builder, R devel
12-
13-
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
14-
153
## Current CRAN check results
164

175
- [x] Checked on 2023-10-22, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html
18-
- [ ] WARN: r-devel-windows-x86_64
19-
- [ ] WARN: r-patched-linux-x86_64
20-
- [ ] WARN: r-release-linux-x86_64
21-
- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
22-
- [ ] WARN: r-release-windows-x86_64
23-
24-
Check results at: https://cran.r-project.org/web/checks/check_results_RPostgres.html
6+
- [x] WARN: r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64: Fixed
7+
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary

0 commit comments

Comments
 (0)