-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
RSQLite 2.3.6 | ||
RSQLite 2.3.7 | ||
|
||
## R CMD check results | ||
|
||
- [x] Checked locally, R 4.3.2 | ||
- [x] Checked on CI system, 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 2024-03-31, no problems (other than installation size) found. | ||
- [x] Checked on 2024-05-01, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.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 ‘RSQLite/libs/RSQLite.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 'RSQLite/libs/x64/RSQLite.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_RSQLite.html |