Package: R4CouchDB
Type: Package
Title: An R Convenience Layer for CouchDB
Version: 0.7.1
Date: 2015/02/06
Author: Thomas Bock
URL: https://github.com/wactbprot/R4CouchDB
Maintainer: Thomas Bock <thsteinbock@web.de>
Description: 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().
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: 2015-02-16 17:44:25 UTC; wact
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-16 19:22:59
Built: R 3.1.2; ; 2015-02-17 14:09:58 UTC; unix
