forked from ropensci/sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1 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
Package: sofaCloudant
Title: Connector to 'Cloudant'
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'
(<https://cloudant.com>). Documents can be inserted directly from
vectors, lists, data.frames, and 'JSON'. Targeted at 'CouchDB' v2 or
greater.
Version: 0.2.0.9300
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
Imports:
httr (>= 1.2.0),
jsonlite (>= 1.1),
R6 (>= 2.2.0),
mime
Suggests:
roxygen2 (>= 5.0.1),
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
RoxygenNote: 5.0.1