-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.6 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
32
33
34
35
36
37
38
39
40
41
42
43
44
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.4.1
Authors@R: c(
person("Yaoxiang", "Li", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0001-9200-1016")),
person("Eduard", "Szöcs", role = "aut",
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135")),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135")),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/")
)
License: MIT + file LICENSE
URL: https://github.com/ropensci/sofa (devel)
https://docs.ropensci.org/sofa (docs)
BugReports: https://github.com/ropensci/sofa/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
Imports:
crul (>= 0.4.0),
jsonlite (>= 1.5),
R6 (>= 2.2.2),
mime
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.3.0
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: CouchDB, database, NoSQL, documents
X-schema.org-isPartOf: https://ropensci.org