From 52bcb4cdb05a72d08de5bd2077ae657f1ea432ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 1 May 2024 19:41:07 +0200 Subject: [PATCH 1/3] Bump version to 2.3.7 --- DESCRIPTION | 2 +- NEWS.md | 30 ++++++++---------------------- 2 files changed, 9 insertions(+), 23 deletions(-) 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..9916f3d1c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,44 +1,30 @@ -# RSQLite 2.3.6.9004 (2024-04-17) +# RSQLite 2.3.7 (2024-05-01) + +## Breaking changes + +- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503). ## Features - 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). ## Chore - Bump main branch for CI/CD. - -# RSQLite 2.3.6.9003 (2024-04-16) - ## 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) +## Uncategorized - Merge branch 'cran-2.3.6'. From acbeff6bae8cf56e6ec1755e938ac3e93c672b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 1 May 2024 19:41:09 +0200 Subject: [PATCH 2/3] CRAN comments --- cran-comments.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index c92001a03..43779fe88 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 From ece407841417abee60af4d5f76bff848182f5135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 1 May 2024 19:42:13 +0200 Subject: [PATCH 3/3] NEWS and CRAN comments --- NEWS.md | 8 -------- cran-comments.md | 11 ++--------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9916f3d1c..0abac3fa3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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). @@ -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) diff --git a/cran-comments.md b/cran-comments.md index 43779fe88..7dfce0786 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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.