-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.58 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
Package: etlTurtleNesting
Title: Data ETL of Turtle Nesting Census Data from ODK Central to WAStD
Version: 0.8.4
Authors@R:
person(given = "Florian",
family = "Mayer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4269-4242"))
Maintainer: Florian W. Mayer <[email protected]>
Description: Turtle Nesting Census data is extracted from ODK Central using
'ruODK', transformed into WAStD format, and uploaded to WAStD. Skip logic
ensures that no curated downstream data is overwritten. QA products provide
an early feedback loop to address data issues before the upload.
URL: https://github.com/dbca-wa/etlTurtleNesting
BugReports: https://github.com/dbca-wa/etlTurtleNesting/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-AU
LazyData: true
Depends:
R (>= 4.2.0)
Imports:
dplyr (>= 0.8.5),
drake (>= 7.13.3),
glue (>= 1.4.0),
fs (>= 1.4.1),
fuzzyjoin (>= 0.1.6),
httr (>= 1.4.1),
janitor (>= 2.0.1),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.8),
magrittr (>= 1.5),
purrr (>= 0.3.4),
pointblank (>= 0.10.0),
ruODK (>= 0.9.0),
sf (>= 0.7),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 1.0.2),
rlang (>= 0.4.5),
wastdr (>= 0.9.4)
Remotes:
github::dbca-wa/ruODK@main,
github::dbca-wa/wastdr,
github::ropensci/drake
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
knitr (>= 1.40),
rmarkdown (>= 2.17),
testthat (>= 3.1.5)
VignetteBuilder: knitr
RdMacros:
lifecycle