r-rsqlite
SQLite interface for R
This package embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine (version 3.8.8.2) is included.
- Versions: 2.3.9
- Website: https://github.com/rstats-db/RSQLite
- Licenses: LGPL 2.0+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rsqlite
as follows:
guix install r-rsqlite
Or install a particular version:
guix install r-rsqlite@2.3.9
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rsqlite about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rsqlite'><img src='https://packages.guix.gnu.org/packages/r-rsqlite/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rsqlite)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rsqlite][https://packages.guix.gnu.org/packages/r-rsqlite/badges/latest-version.svg]]