Skip to content

Commit

Permalink
Merge branch 'cran-2.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 1, 2024
2 parents d3e8573 + ece4078 commit 2920917
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 33 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.6.9004
Version: 2.3.7
Date: 2024-04-17
Authors@R: c(
person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
Expand Down
36 changes: 7 additions & 29 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,26 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RSQLite 2.3.6.9004 (2024-04-17)
# RSQLite 2.3.7 (2024-05-01)

## Features

- Upgrade bundled SQLite to 3.45.3 (#507).

## Chore
## Breaking changes

- Bump main branch for CI/CD.
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Features

# RSQLite 2.3.6.9003 (2024-04-16)
- Upgrade bundled SQLite to 3.45.3 (#507).
- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499).
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Documentation

- Set BS version explicitly for now (@maelle, #506).


# RSQLite 2.3.6.9002 (2024-04-08)

## Testing

- Fix test on FreeBSD (@nunotexbsd, #502, #504).


# RSQLite 2.3.6.9001 (2024-04-02)

## Features

- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499).

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Breaking changes

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).


# RSQLite 2.3.6.9000 (2024-03-31)

- Merge branch 'cran-2.3.6'.


# RSQLite 2.3.6 (2024-03-31)

## Features
Expand Down
15 changes: 12 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
RSQLite 2.3.6
RSQLite 2.3.7

## R CMD check results

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

## Current CRAN check results

- [x] Checked on 2024-03-31, no problems (other than installation size) found.
- [x] Checked on 2024-05-01, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html
- [x] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
File ‘RSQLite/libs/RSQLite.so’:
Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Let's see what happens.

0 comments on commit 2920917

Please sign in to comment.