-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
77 lines (77 loc) · 2.11 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
73
74
75
76
77
Package: QCkit
Type: Package
Title: NPS Inventory and Monitoring Quality Control Toolkit
Version: 0.1.7
Authors@R: c(
person(given = "Robert",
family = "Baker",
email = "robert_baker@nps.gov",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7591-5035")),
person(given = "Judd",
family = "Patterson",
email = "judd_patterson@nps.gov",
role = "aut",
comment = c(ORCID = "0000-0002-0951-7917")),
person(given = "Joe",
family = "DeVivo",
role = "aut"),
person(given = "Issac",
family = "Quevedo",
role = "aut",
comment = c(ORCID = "0000-0003-0129-981X")),
person(given = "Sarah",
family = "Wright",
role = "aut",
comment = c(ORCID = "0009-0004-5060-2189")),
person(given = "Sarah",
family = "Kelso",
role = "ctb",
comment = c(ORCID = "0009-0002-8468-6945")),
person(given = "Amy",
family = "Sherman",
role = "ctb",
comment = c(ORCID = "0000-0002-9276-0087"))
)
Maintainer: Rob Baker <robert_baker@nps.gov>
Description: This package contains a set of useful functions for data munging, quality control, and data flagging. Functions are contributed by multiple U.S. National Park Service staff, contractors, partners and others. These functions will likely be most useful for quality control of NPS data but may have utility beyond their intended functions.
License: CC0 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
sf,
httr,
terra,
dplyr,
plyr,
ODataQuery,
magrittr,
stringr,
base,
readr,
huxtable,
crayon,
data.table,
jsonlite,
here,
tibble,
tidyselect,
glue,
sp,
withr,
cli,
purrr,
lifecycle
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
rlang,
wk,
tidyr
VignetteBuilder: knitr
URL: https://github.com/nationalparkservice/QCkit/
BugReports: https://nationalparkservice.github.io/QCkit/
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)