-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 869 Bytes
/
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
Package: cower
Title: Convert csvs to nquads using json-ld data description
Version: 0.1.1
Authors@R: c(
person("Auke", "Rijpma", role = c("aut", "cre"), email = "[email protected]"),
person("Rinke", "Hoekstra", role = c("ctb")),
person("Kathrin", "Dentler", role = c("ctb"))
)
Description: An R-version of COW (Converter for CSV on the Web, see http://csvw-converter.readthedocs.io/en/latest/index.html), using JSON-LD to describe tabular data and data.table for efficient conversion.
Depends:
R (>= 3.2.3)
License: What license is it under?
Encoding: UTF-8
LazyData: true
URL: https://github.com/rijpma/cower
Imports:
digest (>= 0.6.12),
uuid (>= 0.1-2),
jsonlite (>= 1.5),
stringi (>= 1.1.5),
yaml (>= 2.1.16),
jsonld (>= 1.2),
urltools (>= 1.6.0),
data.table (>= 1.10.0)
RoxygenNote: 6.0.1
Suggests: testthat