-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", , "[email protected]", role = c("aut", "cre"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |