RSQLite: SQLite Interface for R (original) (raw)
Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.
Version: | 2.3.8 |
---|---|
Depends: | R (≥ 3.1.0) |
Imports: | bit64, blob (≥ 1.2.0), DBI (≥ 1.2.0), memoise, methods, pkgconfig, rlang |
LinkingTo: | plogr (≥ 0.2.0), cpp11 (≥ 0.4.0) |
Suggests: | callr, cli, DBItest (≥ 1.8.0), decor, gert, gh, hms, knitr, magrittr, rmarkdown, rvest, testthat (≥ 3.0.0), withr, xml2 |
Published: | 2024-11-17 |
DOI: | 10.32614/CRAN.package.RSQLite |
Author: | Kirill Müller [aut, cre], Hadley Wickham [aut], David A. James [aut], Seth Falcon [aut], D. Richard Hipp [ctb] (for the included SQLite sources), Dan Kennedy [ctb] (for the included SQLite sources), Joe Mistachkin [ctb] (for the included SQLite sources), SQLite Authors [ctb] (for the included SQLite sources), Liam Healy [ctb] (for the included SQLite sources), R Consortium [fnd], RStudio [cph] |
Maintainer: | Kirill Müller |
BugReports: | https://github.com/r-dbi/RSQLite/issues |
License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
URL: | https://rsqlite.r-dbi.org, https://github.com/r-dbi/RSQLite |
NeedsCompilation: | yes |
Materials: | README NEWS |
In views: | Databases |
CRAN checks: | RSQLite results |
Documentation:
Downloads:
Reverse dependencies:
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=RSQLiteto link to this page.