forked from ropensci/ruODK
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
95 lines (95 loc) · 2.71 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
Type: Package
Package: ruODK
Title: An R Client for the ODK Central API
Version: 1.3.11
Authors@R:
c(person(given = c("Florian", "W."),
family = "Mayer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4269-4242")),
person(given = "Maëlle",
family = "Salmon",
role = "rev",
email = "[email protected]",
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(given = "DBCA",
role = c("cph", "fnd")),
person(given = "NWSFTCP",
role = "fnd"))
Description: Access and tidy up data from the 'ODK Central' API.
'ODK Central' is a clearinghouse for digitally captured data
<https://docs.getodk.org/central-intro/>.
The 'ODK Central' API is documented at <https://odkcentral.docs.apiary.io/>.
License: GPL-3
URL: https://docs.ropensci.org/ruODK,
https://github.com/ropensci/ruODK
BugReports: https://github.com/ropensci/ruODK/issues
Depends:
R (>= 4.0)
Imports:
clisymbols (>= 1.2.0),
crayon (>= 1.4.1),
dplyr (>= 1.0.7),
fs (>= 1.5.0),
glue (>= 1.4.2),
httr (>= 1.4.2),
janitor (>= 2.1.0),
lifecycle (>= 1.0.0),
lubridate (>= 1.7.10),
magrittr (>= 2.0.1),
purrr (>= 0.3.4),
readr (>= 2.0.1),
rlang (>= 0.4.11),
stringr (>= 1.4.0),
tibble (>= 3.1.3),
tidyr (>= 1.1.3),
xml2 (>= 1.3.2)
Suggests:
covr (>= 3.5.1),
DT (>= 0.18),
ggplot2 (>= 3.3.5),
here (>= 1.0.1),
knitr (>= 1.33),
lattice (>= 0.20-44),
leaflet (>= 2.0.4.1),
listviewer (>= 3.0.0),
leafpop (>= 0.1.0),
leafem (>= 0.1.7),
mapview (>= 2.10.1),
rmarkdown (>= 2.10),
roxygen2 (>= 7.1.1),
sf (>= 1.0-2),
terra (>= 1.5-21),
testthat (>= 3.0.4),
tmap (>= 3.3-2),
usethis (>= 2.0.1)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-AU
LazyData: true
RoxygenNote: 7.2.0
X-schema.org-applicationCategory: Data Access
X-schema.org-keywords: database, open-data, opendatakit, odk, api, data, dataset
Remotes:
r-spatial/leafem,
r-spatial/mapview
Roxygen: list(markdown = TRUE)