Package: R4CouchDB
Type: Package
Title: A R convenience layer for CouchDB
Version: 0.4
Date: 2013/12/31
Author: Thomas Bock
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 cdb also contains some function
    resp. functionality e.g cdb$baseUrl().
License: MIT + file LICENSE
LazyLoad: yes
Depends: R (>= 2.7.0), bitops, RCurl (>= 1.95), RJSONIO (>= 1.0)
Collate: 'cdbIni.R' 'cdbAddAttachment.R' 'cdbAddDoc.R' 'cdbDeleteDoc.R'
        'cdbGetConfig.R' 'cdbGetDoc.R' 'cdbGetList.R' 'cdbGetUuid.R'
        'cdbGetUuidS.R' 'cdbGetView.R' 'cdbListDB.R' 'cdbMakeDB.R'
        'cdbRemoveDB.R' 'cdbUpdateDoc.R'
Packaged: 2014-01-01 12:58:07 UTC; wactbprot
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-01-01 15:36:29
