forked from NCEAS/datamgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.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
Package: datamgmt
Type: Package
Title: Data Management Utilities for Curating, Documenting, and Publishing Data
Version: 0.1.0
Authors@R: c(
person("Matt", "Jones", email = "[email protected]", role = "cre"),
person("Dominic", "Mullen", email = "[email protected]", role = "aut"),
person("Irene", "Steves", comment = "https://github.com/isteves", role = "aut"),
person("Mitchell", "Maier", email = "[email protected]", role = "aut"),
person("Emily", "O'Dean", email = "[email protected]", role = "aut"),
person("Stephanie", "Freund", email = "[email protected]", role = "aut"),
person("Sharis", "Ochs", email = "[email protected]", role = "aut"),
person("Derek", "Strong", email = "[email protected]", role = "aut")
)
Description: Data management utilities for curating, documenting, and publishing data.
License: Apache License (== 2.0)
URL: https://nceas.github.io/datamgmt/
BugReports: https://github.com/NCEAS/datamgmt/issues
Encoding: UTF-8
LazyData: true
Imports:
arcticdatautils,
compare,
crayon,
dataone,
datapack,
digest,
dplyr,
EML (>= 2.0),
gsubfn,
httr,
jsonlite,
listviewer,
lubridate,
magrittr,
methods,
ncdf4,
RCurl,
readxl,
sf,
stringi,
stringr,
tidyr,
utils,
uuid,
XML,
xml2,
googlesheets4
Suggests:
testthat,
knitr,
igraph,
purrr,
rmarkdown,
visNetwork,
sodium
Remotes:
NCEAS/arcticdatautils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr