-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
100 lines (100 loc) · 2.88 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Type: Package
Package: ruODK
Title: An R Client for the ODK Central API
Version: 1.5.1
Authors@R: c(
person(given = c("Florian", "W."),
family = "Mayer",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4269-4242")),
person(given = "Maëlle",
family = "Salmon",
email = "[email protected]",
role = "rev",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "Karissa",
family = "Whiting",
role = "rev",
comment = c(ORCID = "0000-0002-4683-1868")),
person(given = "Jason",
family = "Taylor",
role = "rev"),
person(given = "Marcelo",
family = "Tyszler",
role = "ctb",
comment = c(ORCID = "0000-0002-4573-0002")),
person(given = "Hélène",
family = "Langet",
role = "ctb",
comment = c(ORCID = "0000-0002-6758-2397")),
person("DBCA", role = c("cph", "fnd")),
person("NWSFTCP", role = "fnd")
)
Description: Access and tidy up data from the 'ODK Central' API. 'ODK
Central' is a clearinghouse for digitally captured data using ODK
<https://docs.getodk.org/central-intro/>. It manages user accounts
and permissions, stores form definitions, and allows data collection
clients like 'ODK Collect' to connect to it for form download and
submission upload. The 'ODK Central' API is documented at
<https://docs.getodk.org/central-api/>.
License: GPL-3
URL: https://docs.ropensci.org/ruODK, https://github.com/ropensci/ruODK
BugReports: https://github.com/ropensci/ruODK/issues
Depends:
R (>= 4.1)
Imports:
cli (>= 3.6.3),
clisymbols (>= 1.2.0),
crayon (>= 1.5.3),
dplyr (>= 1.1.4),
fs (>= 1.6.5),
glue (>= 1.8.0),
httr (>= 1.4.7),
janitor (>= 2.2.0),
lifecycle (>= 1.0.4),
lubridate (>= 1.9.3),
magrittr (>= 2.0.3),
purrr (>= 1.0.2),
readr (>= 2.1.5),
rlang (>= 1.1.4),
semver (>= 0.2.0),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tidyr (>= 1.3.1),
withr (>= 3.0.2),
xml2 (>= 1.3.6)
Suggests:
covr (>= 3.6.4),
DT (>= 0.33),
ggplot2 (>= 3.5.1),
here (>= 1.0.1),
knitr (>= 1.48),
lattice (>= 0.22-6),
leafem (>= 0.2.3.9007),
leaflet (>= 2.2.2),
leafpop (>= 0.1.0),
listviewer (>= 4.0.0),
mapview (>= 2.11.2.9000),
rmarkdown (>= 2.29),
roxygen2 (>= 7.3.2),
sf (>= 1.0-19),
skimr (>= 2.1.5),
terra (>= 1.7-83),
testthat (>= 3.2.1.1),
tmap (>= 3.3-4),
usethis (>= 3.0.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Remotes:
r-spatial/leafem,
r-spatial/mapview
Encoding: UTF-8
Language: en-AU
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Data Access
X-schema.org-keywords: database, open-data, odk, api, data, dataset