forked from nationalparkservice/NPSutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.36 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
Package: NPSutils
Type: Package
Title: Collection of Functions to read and manipulate information from the NPS DataStore
Version: 0.3.2
Authors@R: c(
person(given = "Robert", family = "Baker", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7591-5035")),
person(given = "Joe", family = "DeVivo",
role = c("aut")),
person(given="Judd", family="Patterson", email="[email protected]",
role= "aut",
comment = c(ORCID = "0000-0002-0951-7917"))
)
Maintainer: Rob Baker <[email protected]>
Description: NPSutils is a collection of functions for interacting with NPS DataStore repository.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Remotes:
nationalparkservice/EMLeditor,
nationalparkservice/DPchecker,
nationalparkservice/QCkit
Imports:
EML,
dplyr,
httr,
XML,
curl,
tools,
rlang,
readr,
magrittr,
crayon,
EMLeditor (>= 0.1.5),
DPchecker (>= 0.3.4),
QCkit (>= 0.1.4),
here,
jsonlite,
cli,
purrr,
tibble,
lifecycle
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
sf,
leaflet,
stringr
VignetteBuilder: knitr
URL: https://nationalparkservice.github.io/NPSutils/
BugReports: https://github.com/nationalparkservice/NPSutils/issues