Type: Package
Package: ruODK
Title: An R Client for the ODK Central API
Version: 1.5.2
Authors@R: c(
person(given = c("Florian", "W."),
family = "Mayer",
email = "Florian.Mayer@dpc.wa.gov.au",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4269-4242")),
person(given = "Maëlle",
family = "Salmon",
email = "maelle.salmon@yahoo.se",
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 . 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 .
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
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev
libssl-dev libx11-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2025-09-07 12:20:44 UTC
RemoteUrl: https://github.com/ropensci/ruODK
RemoteRef: main
RemoteSha: c3e7d40c2861b18053c4b1317dcc904eb02442f1
NeedsCompilation: no
Packaged: 2026-07-01 08:28:41 UTC; root
Author: Florian W. Mayer [aut, cre] (ORCID:
),
Maëlle Salmon [rev] (ORCID: ),
Karissa Whiting [rev] (ORCID: ),
Jason Taylor [rev],
Marcelo Tyszler [ctb] (ORCID: ),
Hélène Langet [ctb] (ORCID: ),
DBCA [cph, fnd],
NWSFTCP [fnd]
Maintainer: Florian W. Mayer