forked from ropensci/sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: sofa
Title: Connector to 'CouchDB'
Description: Provides an interface to the 'NoSQL' database 'CouchDB'
(<http://couchdb.apache.org>). Methods are provided for managing
databases within 'CouchDB', including creating/deleting/updating/transferring,
and managing documents within databases. One can connect with a local
'CouchDB' instance, or a remote 'CouchDB' databases such as 'Cloudant'.
Documents can be inserted directly from vectors, lists, data.frames,
and 'JSON'. Targeted at 'CouchDB' v2 or greater.
Version: 0.3.1.9211
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]")
License: MIT + file LICENSE
URL: https://github.com/ropensci/sofa
BugReports: https://github.com/ropensci/sofa/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Imports:
crul (>= 0.4.0),
jsonlite (>= 1.5),
R6 (>= 2.2.2),
mime
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: CouchDB, database, NoSQL, documents
X-schema.org-isPartOf: https://ropensci.org