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 May 1, 2024
1 parent acbeff6 commit ece4078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
8 changes: 0 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499).
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Chore

- Bump main branch for CI/CD.

## Documentation

- Set BS version explicitly for now (@maelle, #506).
Expand All @@ -24,10 +20,6 @@

- Fix test on FreeBSD (@nunotexbsd, #502, #504).

## Uncategorized

- Merge branch 'cran-2.3.6'.


# RSQLite 2.3.6 (2024-03-31)

Expand Down
11 changes: 2 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,12 @@ RSQLite 2.3.7
## Current CRAN check results

- [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
- [x] 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, r-devel-windows-x86_64
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
Let's see what happens.

0 comments on commit ece4078

Please sign in to comment.