diff --git a/DESCRIPTION b/DESCRIPTION index 0f338a430..112fbd2cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: RSQLite Title: SQLite Interface for R Version: 2.3.2.9004 -Date: 2023-10-13 +Date: 2023-10-27 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1416-3412")), diff --git a/NEWS.md b/NEWS.md index db6573726..a707a67c3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -35,11 +35,6 @@ - Internal changes only. -# RSQLite 2.3.2 (2023-06-12) - -- Same as previous version. - - # RSQLite 2.3.1.9003 (2023-06-08) ## Features @@ -54,19 +49,16 @@ - Upgrade bundled SQLite to 3.42.0 (#461). -# RSQLite 2.3.1.9001 (2023-04-23) - -- Merged cran-2.3.1 into main. +# RSQLite 2.3.2 (2023-10-27) +## Features -# RSQLite 2.3.1.9000 (2023-04-03) +- Upgrade bundled SQLite to 3.42.0 (#461). -## Chore +## Internal - Require cpp11 \>= 0.4.0 (#456). -Closes #456. - # RSQLite 2.3.1 (2023-04-03) diff --git a/R/dbConnect_SQLiteDriver.R b/R/dbConnect_SQLiteDriver.R index 75f64d9e4..1b1a77046 100644 --- a/R/dbConnect_SQLiteDriver.R +++ b/R/dbConnect_SQLiteDriver.R @@ -36,7 +36,7 @@ #' function will be called on the new connection.Setting this value to `FALSE` #' requires calling `initExtension()` manually. #' @param vfs Select the SQLite3 OS interface. See -#' \url{https://www.sqlite.org/vfs.html} for details. Allowed values are +#' https://www.sqlite.org/vfs.html for details. Allowed values are #' `"unix-posix"`, `"unix-unix-afp"`, #' `"unix-unix-flock"`, `"unix-dotfile"`, and #' `"unix-none"`. diff --git a/README.Rmd b/README.Rmd index a974bd114..50b1392bb 100644 --- a/README.Rmd +++ b/README.Rmd @@ -14,7 +14,7 @@ pkgload::load_all() [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![rcc](https://github.com/r-dbi/RSQLite/workflows/rcc/badge.svg)](https://github.com/r-dbi/RSQLite/actions) -[![Coverage Status](https://codecov.io/gh/r-dbi/RSQLite/branch/master/graph/badge.svg)](https://codecov.io/github/r-dbi/RSQLite?branch=master) +[![Coverage Status](https://codecov.io/gh/r-dbi/RSQLite/branch/main/graph/badge.svg)](https://app.codecov.io/github/r-dbi/RSQLite?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/RSQLite)](https://cran.r-project.org/package=RSQLite) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3234/badge)](https://bestpractices.coreinfrastructure.org/projects/3234) diff --git a/README.md b/README.md index f61a60dae..86fd3b328 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![rcc](https://github.com/r-dbi/RSQLite/workflows/rcc/badge.svg)](https://github.com/r-dbi/RSQLite/actions) [![Coverage Status](https://codecov.io/gh/r-dbi/RSQLite/branch/master/graph/badge.svg)](https://codecov.io/github/r-dbi/RSQLite?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/RSQLite)](https://cran.r-project.org/package=RSQLite) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3234/badge)](https://bestpractices.coreinfrastructure.org/projects/3234) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![rcc](https://github.com/r-dbi/RSQLite/workflows/rcc/badge.svg)](https://github.com/r-dbi/RSQLite/actions) [![Coverage Status](https://codecov.io/gh/r-dbi/RSQLite/branch/main/graph/badge.svg)](https://app.codecov.io/github/r-dbi/RSQLite?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/RSQLite)](https://cran.r-project.org/package=RSQLite) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3234/badge)](https://bestpractices.coreinfrastructure.org/projects/3234) diff --git a/cran-comments.md b/cran-comments.md index 788a360e4..c327124a0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,6 @@ -RSQLite 2.3.1 +RSQLite 2.3.2 ## Current CRAN check results -- [x] Checked on 2023-04-03, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html -- [x] WARN: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64: Fixed -- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64: Large binary -- [x] gcc12: Fixed +- [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. diff --git a/man/SQLite.Rd b/man/SQLite.Rd index 63a5d158e..610c1eb42 100644 --- a/man/SQLite.Rd +++ b/man/SQLite.Rd @@ -85,7 +85,7 @@ if the file does not already exist; \code{SQLITE_RO}: open the database in read only mode. Raise an error if the file does not already exist} \item{vfs}{Select the SQLite3 OS interface. See -\url{https://www.sqlite.org/vfs.html} for details. Allowed values are +https://www.sqlite.org/vfs.html for details. Allowed values are \code{"unix-posix"}, \code{"unix-unix-afp"}, \code{"unix-unix-flock"}, \code{"unix-dotfile"}, and \code{"unix-none"}.}