From 0778f6d7276c578122027fed285cb21b5ee93de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 4 Nov 2023 11:24:53 +0100 Subject: [PATCH 1/4] Bump version to 2.3.3 --- DESCRIPTION | 2 +- NEWS.md | 63 +++++++++-------------------------------------------- 2 files changed, 11 insertions(+), 54 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 031043c4b..1b92f553c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RSQLite Title: SQLite Interface for R -Version: 2.3.2.9007 +Version: 2.3.3 Date: 2023-11-01 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index a8eb67a35..d975230ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,77 +1,34 @@ -# RSQLite 2.3.2.9007 (2023-11-01) - -## Chore - -- Update revdepcheck results. - -## Testing - -- Skip DBItest tests if not installed. - - -# RSQLite 2.3.2.9006 (2023-10-31) +# RSQLite 2.3.3 (2023-11-04) ## Bug fixes - Fix errors on transaction status (@bpvgoncalves, #464). - -# RSQLite 2.3.2.9005 (2023-10-29) - -- Merge branch 'cran-2.3.2'. - - -# RSQLite 2.3.2.9004 (2023-10-13) - ## Features - Upgrade bundled SQLite to 3.43.2 (#473). +- Upgrade bundled SQLite to 3.43.1 (#470). +- Upgrade bundled SQLite to 3.43.0 (#468). +- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462). +- Upgrade bundled SQLite to 3.42.0 (#461). ## Chore +- Update revdepcheck results. - Bump action. +## Testing -# RSQLite 2.3.2.9003 (2023-10-09) - -- Internal changes only. - - -# RSQLite 2.3.2.9002 (2023-09-14) - -## Features - -- Upgrade bundled SQLite to 3.43.1 (#470). - - -# RSQLite 2.3.2.9001 (2023-08-27) - -## Features - -- Upgrade bundled SQLite to 3.43.0 (#468). - +- Skip DBItest tests if not installed. -# RSQLite 2.3.2.9000 (2023-06-12) +## Uncategorized +- Merge branch 'cran-2.3.2'. - Internal changes only. -# RSQLite 2.3.1.9003 (2023-06-08) - -## Features - -- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462). - - -# RSQLite 2.3.1.9002 (2023-05-18) - -## Features - -- Upgrade bundled SQLite to 3.42.0 (#461). - - # RSQLite 2.3.2 (2023-10-27) ## Features From de48436d3ab2230114538fdd501d585d9156d79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 4 Nov 2023 11:24:55 +0100 Subject: [PATCH 2/4] CRAN comments --- cran-comments.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index c327124a0..7d4cd6d94 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,21 @@ -RSQLite 2.3.2 +RSQLite 2.3.3 + +## Cran Repository Policy + +- [x] Reviewed CRP last edited 2023-08-15. + +## R CMD check results + +- [x] Checked locally, R 4.3.1 +- [ ] Checked on CI system, R 4.3.2 +- [ ] Checked on win-builder, R devel + +Check the boxes above after successful execution and remove this line. Then run `fledge::release()`. ## Current CRAN check results -- [x] Checked on 2023-10-27, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html -- [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 2023-11-04, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html +- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64 +- [ ] NOTE: r-oldrel-macos-x86_64 + +Check results at: https://cran.r-project.org/web/checks/check_results_RSQLite.html From 451793b08af6d403a30d51030f7e81ebffa49d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 4 Nov 2023 11:26:50 +0100 Subject: [PATCH 3/4] NEWS and CRAN comments [ci skip] --- NEWS.md | 19 +------------------ cran-comments.md | 17 +---------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/NEWS.md b/NEWS.md index d975230ed..36f5b38a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,32 +2,15 @@ # RSQLite 2.3.3 (2023-11-04) -## Bug fixes - -- Fix errors on transaction status (@bpvgoncalves, #464). - ## Features - Upgrade bundled SQLite to 3.43.2 (#473). -- Upgrade bundled SQLite to 3.43.1 (#470). -- Upgrade bundled SQLite to 3.43.0 (#468). -- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462). -- Upgrade bundled SQLite to 3.42.0 (#461). - -## Chore - -- Update revdepcheck results. -- Bump action. +- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462, #464). ## Testing - Skip DBItest tests if not installed. -## Uncategorized - -- Merge branch 'cran-2.3.2'. -- Internal changes only. - # RSQLite 2.3.2 (2023-10-27) diff --git a/cran-comments.md b/cran-comments.md index 7d4cd6d94..c89e7a33f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,21 +1,6 @@ RSQLite 2.3.3 -## Cran Repository Policy - -- [x] Reviewed CRP last edited 2023-08-15. - -## R CMD check results - -- [x] Checked locally, R 4.3.1 -- [ ] Checked on CI system, R 4.3.2 -- [ ] Checked on win-builder, R devel - -Check the boxes above after successful execution and remove this line. Then run `fledge::release()`. - ## Current CRAN check results - [x] Checked on 2023-11-04, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html -- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64 -- [ ] NOTE: r-oldrel-macos-x86_64 - -Check results at: https://cran.r-project.org/web/checks/check_results_RSQLite.html +- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary From a8d10627ed932db849c1eda19e98f7b7454f6f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 4 Nov 2023 17:59:27 +0100 Subject: [PATCH 4/4] Add rlang to Suggests --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index 1b92f553c..33a15b5a8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -47,6 +47,7 @@ Suggests: hms, knitr, magrittr, + rlang, rmarkdown, rvest, testthat (>= 3.0.0),