Package: R4CouchDB
Type: Package
Title: A R convenience layer for CouchDB
Version: 0.6
Date: 2014/08/11
Author: Thomas Bock
URL: https://github.com/wactbprot/R4CouchDB
Maintainer: Thomas Bock <thsteinbock@web.de>
Description: The R4CouchDB package provides a collection of functions for basic
    database and document management operations such as add and 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().
License: MIT + file LICENSE
LazyLoad: yes
Depends: R (>= 2.7.0), bitops, RCurl (>= 1.95), RJSONIO (>= 1.3)
Suggests: roxygen2 (>= 4.0), testthat (>= 0.8)
Packaged: 2014-08-12 07:21:50 UTC; bock04
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-12 20:24:01
