forked from NCEAS/datamgmt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.4 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
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 = c("aut")),
person("Irene", "Steves", comment = "https://github.com/isteves", role = c("aut")),
person("Mitchell", "Maier", email = "[email protected]", role = c("aut")),
person("Emily", "O'Dean", email = "[email protected]", role = c("aut")),
person("Stephanie", "Freund", email = "[email protected]", role = c("aut"))
)
Maintainer: The package maintainer <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
Depends:
magrittr
Imports:
arcticdatautils,
compare,
crayon,
dataone,
datapack,
digest,
dplyr,
EML,
gsubfn,
htmlwidgets,
jsonlite,
memoise,
methods,
RCurl,
readxl,
rhandsontable,
shiny,
shinyjs,
stringi,
stringr,
tidyr,
udunits2,
units,
utils,
uuid,
XML,
xml2
License: Apache License (== 2.0)
Encoding: UTF-8
LazyData: true
Suggests: testthat,
knitr,
igraph,
purrr,
rmarkdown,
visNetwork
Remotes: NCEAS/arcticdatautils,
ropensci/EML
RoxygenNote: 6.0.1
VignetteBuilder: knitr