Package: rrlite
Title: R bindings to rlite
Version: 0.1.0
Description: R bindings to rlite. rlite is a "self-contained,
serverless, zero-configuration, transactional redis-compatible
database engine. rlite is to Redis what SQLite is to SQL.".
Depends: R (>= 3.1.2)
License: BSD_2_clause + file LICENSE
LazyData: true
Author: Rich FitzJohn
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Suggests: testthat,
knitr,
RcppRedis
Imports: R6, Rcpp
LinkingTo: Rcpp
VignetteBuilder: knitr
SystemRequirements: GNU make
* checking for executable files ... WARNING
Found the following executable files:
src/rlite/deps/lua/src/lua
src/rlite/deps/lua/src/luac
This package provides an interface to "rlite" - a standalone, zero-configuration port of the Redis interface (rlite is to Redis what sqlite is to MySQL).
https://github.com/richfitz/rrlite
User-supplied, but arbitrary. Special support for data.frames. No direct support for existing remote data sources.
Package developers, technically minded users who need to process large data or scale analyses. This is a low-level package.
devtools::check()produce any errors or warnings? If so paste them below.(this can be fixed by uncommenting the cleanup script but that slows down local development and I've not worked out a good workflow there. Rbuildignore has proved difficult to use for this).
Not covered in the requested information, but in it's current state, the package is highly unlikely to work under Windows. I'm holding off attempting with R this until the upstream rlite is confirmed to work. Once that's done, this package would definitely want appveyor support to ensure continued Windows compatibility.