From 263a88674609e6cc1c25f5700ef2eb729b22c4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 20 Jan 2024 11:21:00 +0100 Subject: [PATCH 1/4] Bump version to 2.3.5 --- DESCRIPTION | 2 +- NEWS.md | 49 +++++++++---------------------------------------- 2 files changed, 10 insertions(+), 41 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2828a8dd2..ce9810227 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RSQLite Title: SQLite Interface for R -Version: 2.3.4.9006 +Version: 2.3.5 Date: 2024-01-20 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index f7d9726d4..103e46144 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,17 +1,6 @@ -# RSQLite 2.3.4.9006 (2024-01-20) - -## Chore - -- Add Aviator configuration. - -## Testing - -- Include all recent DBItest tests (#492). - - -# RSQLite 2.3.4.9005 (2024-01-17) +# RSQLite 2.3.5 (2024-01-20) ## Features @@ -19,45 +8,25 @@ ## Chore +- Add Aviator configuration. - Bump main branch for CI/CD. - - Bump to trigger CI/CD. +- Update to DBItest 1.8.0 (#488). +- Clean up DBItest call (#487). +- Remove compiler warning about unused variable (#486). ## Continuous integration - Quotes. - - Auto-merge for upgrade workflow. +## Testing -# RSQLite 2.3.4.9004 (2024-01-15) - -- Internal changes only. - - -# RSQLite 2.3.4.9003 (2023-12-28) - -## Chore - -- Update to DBItest 1.8.0 (#488). - - -# RSQLite 2.3.4.9002 (2023-12-18) - -## Chore - -- Clean up DBItest call (#487). - - -# RSQLite 2.3.4.9001 (2023-12-17) - -## Chore - -- Remove compiler warning about unused variable (#486). - +- Include all recent DBItest tests (#492). -# RSQLite 2.3.4.9000 (2023-12-08) +## Uncategorized +- Internal changes only. - Merge branch 'cran-2.3.4'. From 95744b659c4f616ce7f4226f0c3c64a54f5a194c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 20 Jan 2024 11:21:02 +0100 Subject: [PATCH 2/4] CRAN comments --- cran-comments.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index d06fd74f1..8bfdf2386 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -RSQLite 2.3.4 +RSQLite 2.3.5 ## R CMD check results @@ -8,8 +8,4 @@ RSQLite 2.3.4 ## Current CRAN check results -- [x] Checked on 2023-12-07, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html -- [x] WARN: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64 r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc - Found the following significant warnings: - connection.cpp:62:7: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] - Fixed +- [x] Checked on 2024-01-20, no problems (other than installation size) found. From b105bd669e5e21defdb0e7074979c87a0bc74948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 20 Jan 2024 11:23:27 +0100 Subject: [PATCH 3/4] Fix CoC link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fd3b328..1401919be 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ Many thanks to Doug Bates, Seth Falcon, Detlef Groth, Ronggui Huang, Kurt Hornik ------------------------------------------------------------------------ -Please note that the ‘RSQLite’ project is released with a [Contributor Code of Conduct](https://rsqlite.r-dbi.org/code_of_conduct). By contributing to this project, you agree to abide by its terms. +Please note that the ‘RSQLite’ project is released with a [Contributor Code of Conduct](https://rsqlite.r-dbi.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. From 1a071ef25bb6fa68740f7360f18ee16210fa37f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 20 Jan 2024 11:23:35 +0100 Subject: [PATCH 4/4] NEWS and CRAN comments [ci skip] --- NEWS.md | 20 +------------------- cran-comments.md | 4 ++++ 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/NEWS.md b/NEWS.md index 103e46144..5253bf37a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,27 +8,9 @@ ## Chore -- Add Aviator configuration. -- Bump main branch for CI/CD. -- Bump to trigger CI/CD. -- Update to DBItest 1.8.0 (#488). -- Clean up DBItest call (#487). +- Update to upcoming DBItest 1.8.1 (#488, #492). - Remove compiler warning about unused variable (#486). -## Continuous integration - -- Quotes. -- Auto-merge for upgrade workflow. - -## Testing - -- Include all recent DBItest tests (#492). - -## Uncategorized - -- Internal changes only. -- Merge branch 'cran-2.3.4'. - # RSQLite 2.3.4 (2023-12-07) diff --git a/cran-comments.md b/cran-comments.md index 8bfdf2386..6d254c181 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,9 @@ RSQLite 2.3.5 +## Cran Repository Policy + +- [x] Reviewed CRP last edited 2023-08-15. + ## R CMD check results - [x] Checked locally, R 4.3.2