Skip to content

Commit

Permalink
Merge branch 'cran-2.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 7, 2023
2 parents 581095b + 0bb828e commit c3337e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 37 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.3.9003
Version: 2.3.4
Date: 2023-11-30
Authors@R: c(
person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
Expand Down
35 changes: 2 additions & 33 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,17 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RSQLite 2.3.3.9003 (2023-11-30)

## Features

- Upgrade bundled SQLite to 3.44.2 (#479).

## Chore

- Bump to trigger CI/CD.


# RSQLite 2.3.3.9002 (2023-11-29)
# RSQLite 2.3.4 (2023-12-07)

## Bug fixes

- Fix compiler warning regarding formatting specifier used in `Rf_warning()` (#482).

## Features

- Upgrade bundled SQLite to 3.44.1 (#478).

## Chore

- Bump to trigger CI/CD.


# RSQLite 2.3.3.9001 (2023-11-06)

## Features

- Upgrade bundled SQLite to 3.44.0 (#475).
- Upgrade bundled SQLite to 3.44.2 (#479).

## Chore

- Use `check_suggested()` standalone for hms package (#477).

- Add Aviator configuration.


# RSQLite 2.3.3.9000 (2023-11-05)

- Merge branch 'cran-2.3.3'.


# RSQLite 2.3.3 (2023-11-04)

Expand Down
15 changes: 12 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
RSQLite 2.3.3
RSQLite 2.3.4

## R CMD check results

- [x] Checked locally, R 4.3.2
- [x] Checked on CI system, R 4.3.2
- [x] Checked on win-builder, R devel

## Current CRAN check results

- [x] Checked on 2023-11-04, 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-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

0 comments on commit c3337e4

Please sign in to comment.