diff --git a/DESCRIPTION b/DESCRIPTION index 4d5db2fce..a3f94c7c8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RSQLite Title: SQLite Interface for R -Version: 2.3.6.9004 +Version: 2.3.7 Date: 2024-04-17 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index a615bed19..0abac3fa3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,48 +1,26 @@ -# RSQLite 2.3.6.9004 (2024-04-17) +# RSQLite 2.3.7 (2024-05-01) -## Features - -- Upgrade bundled SQLite to 3.45.3 (#507). - -## Chore +## Breaking changes -- Bump main branch for CI/CD. +- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503). +## Features -# RSQLite 2.3.6.9003 (2024-04-16) +- Upgrade bundled SQLite to 3.45.3 (#507). +- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499). +- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503). ## Documentation - Set BS version explicitly for now (@maelle, #506). - -# RSQLite 2.3.6.9002 (2024-04-08) - ## Testing - Fix test on FreeBSD (@nunotexbsd, #502, #504). -# RSQLite 2.3.6.9001 (2024-04-02) - -## Features - -- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499). - -- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503). - -## Breaking changes - -- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503). - - -# RSQLite 2.3.6.9000 (2024-03-31) - -- Merge branch 'cran-2.3.6'. - - # RSQLite 2.3.6 (2024-03-31) ## Features diff --git a/cran-comments.md b/cran-comments.md index c92001a03..7dfce0786 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,20 @@ -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 +- [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. + + Let's see what happens.