Last data update: 2014.03.03

R4CouchDB

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

● 0 images, 15 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'R4CouchDB' ...
** package 'R4CouchDB' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'R4CouchDB'
    finding HTML links ... done
    cdbAddAttachment                        html  
    cdbAddDoc                               html  
    cdbAddDocS                              html  
    cdbDeleteDoc                            html  
    cdbGetConfig                            html  
    cdbGetDoc                               html  
    cdbGetList                              html  
    cdbGetUuid                              html  
    cdbGetUuidS                             html  
    cdbGetView                              html  
    cdbIni                                  html  
    cdbListDB                               html  
    cdbMakeDB                               html  
    cdbRemoveDB                             html  
    cdbUpdateDoc                            html  
** building package indices
** testing if installed package can be loaded
* DONE (R4CouchDB)
Making 'packages.html' ... done