This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rsqlite/badges/latest-version.svg)](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]]