Skip to content

Commit

Permalink
CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 26, 2024
1 parent f78e2c2 commit 179b6a1
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
RPostgres 1.4.6
RPostgres 1.4.7

## R CMD check results

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

## Current CRAN check results

- [x] Checked on 2023-10-22, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html
- [x] WARN: r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64: Fixed
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary
- [x] Checked on 2024-05-26, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html
- [ ] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
File ‘RPostgres/libs/RPostgres.so’:
Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
- [ ] NOTE: r-devel-windows-x86_64
File 'RPostgres/libs/x64/RPostgres.dll':
Found non-API calls to R: 'SETLENGTH', 'SET_TRUELENGTH'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual.

Check results at: https://cran.r-project.org/web/checks/check_results_RPostgres.html

0 comments on commit 179b6a1

Please sign in to comment.