R4CouchDB: An R Convenience Layer for CouchDB

Provides a collection of functions for basic database and document management operations such as add, get, list or delete. Every cdbFunction() gets and returns a list() containing the connection setup. Such a list (in the documentation mostly called cdb) can be generated by cdb <- cdbIni(). Then, the list cdb provides some functions respectively functionality e.g cdb$baseUrl() or cdb$getDocRev().

Version: 0.7.1
Depends: R (≥ 2.7.0), bitops, RCurl (≥ 1.95), RJSONIO (≥ 1.3)
Suggests: roxygen2 (≥ 4.0), testthat (≥ 0.8)
Published: 2015-02-16
Author: Thomas Bock
Maintainer: Thomas Bock <thsteinbock at web.de>
License: MIT + file LICENSE
URL: https://github.com/wactbprot/R4CouchDB
NeedsCompilation: no
CRAN checks: R4CouchDB results

Downloads:

Reference manual: R4CouchDB.pdf
Package source: R4CouchDB_0.7.1.tar.gz
Windows binaries: r-devel: R4CouchDB_0.7.1.zip, r-release: R4CouchDB_0.7.1.zip, r-oldrel: R4CouchDB_0.7.1.zip
OS X Snow Leopard binaries: r-release: R4CouchDB_0.7.1.tgz, r-oldrel: R4CouchDB_0.7.1.tgz
OS X Mavericks binaries: r-release: R4CouchDB_0.7.1.tgz
Old sources: R4CouchDB archive