Skip to content

Commit

Permalink
Merge branch 'cran-2.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 20, 2024
2 parents 1a52adf + 1a071ef commit 0e413db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 59 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
Expand Down
53 changes: 2 additions & 51 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,17 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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

- Upgrade bundled SQLite to 3.45.0 (#491).

## Chore

- Bump main branch for CI/CD.

- Bump to trigger CI/CD.

## Continuous integration

- Quotes.

- Auto-merge for upgrade workflow.


# 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

- Update to upcoming DBItest 1.8.1 (#488, #492).
- Remove compiler warning about unused variable (#486).


# RSQLite 2.3.4.9000 (2023-12-08)

- Merge branch 'cran-2.3.4'.


# RSQLite 2.3.4 (2023-12-07)

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 6 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
RSQLite 2.3.4
RSQLite 2.3.5

## Cran Repository Policy

- [x] Reviewed CRP last edited 2023-08-15.

## R CMD check results

Expand All @@ -8,8 +12,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.

0 comments on commit 0e413db

Please sign in to comment.