-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
72 lines (72 loc) · 2.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: metajam
Type: Package
Title: Easily Download Data and Metadata from 'DataONE'
Version: 0.3.1.9000
Date: 2024-08-06
Authors@R: c(
person("Julien", "Brun",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7751-6238"),
role = c("cre", "aut")),
person("Irene", "Steves",
comment = c(ORCID = "0000-0002-5511-9717",
"https://github.com/isteves"),
role = "aut"),
person("Mitchell", "Maier",
comment= c(ORCID = "0000-0001-6955-0535"),
role = "aut"),
person("Kristen", "Peach",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6388-0901"),
role = "aut"),
person("Nicholas", "Lyon",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3905-1078",
"https://njlyon0.github.io/"),
role = "aut"),
person("Nathan", "Hwangbo",
email = "[email protected]",
comment= c(ORCID = "0000-0002-3777-0821"),
role = "ctb"),
person("Derek", "Strong",
email = "[email protected]",
comment= c(ORCID = "0000-0002-0347-8574"),
role = "ctb"),
person("Colin", "Smith",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2261-9931"),
role = "ctb"),
person("Regents of the University of California",
role = "cph")
)
Maintainer: Julien Brun <[email protected]>
Description: A set of tools to foster the development of reproducible analytical workflow by simplifying the download of data and
metadata from 'DataONE' (<https://www.dataone.org>) and easily importing this information into R.
License: Apache License (== 2.0)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
SystemRequirements: Mac OSX: redland (>= 1.0.14) ; Linux: librdf0 (>= 1.0.14),
librdf0-dev (>= 1.0.14)
URL: https://nceas.github.io/metajam/, https://github.com/NCEAS/metajam
BugReports: https://github.com/NCEAS/metajam/issues
Depends:
R (>= 3.6.0)
Imports:
dataone,
dplyr,
EML,
emld,
lubridate,
purrr,
readr,
stats,
stringr,
tibble,
tidyr,
XML
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr