Package: odkr Type: Package Title: 'Open Data Kit' ('ODK') R API Version: 0.3.4.9000 Authors@R: c( person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"), email = "ernestgmd@gmail.com", role = c("aut", "cre", "cph")), person("Laura", "Bramley", role = c("aut", "cph")), person("Jeffrey W.", "Rozelle", role = ("ctb"), email = "jwrozelle@figured.io")) Description: Utility functions for working with datasets gathered using 'Open Data Kit' ('ODK') . These include an API to interface with 'ODK Briefcase', a 'Java' application for fetching and pushing 'ODK' forms and their contents, that allows pulling of data from either a remote 'ODK Aggregate Server' or a local 'ODK' folder, a rename function to give more human readable variable names for 'ODK' datasets, a merge function to create a single dataframe from a nested 'ODK' dataset and an expand function to disaggregate multiple choice answers that have been collapsed into single code by 'ODK'. License: GPL-3 Depends: R (>= 2.10) SystemRequirements: Java (>= 8) Imports: stringr, Hmisc, curl, rJava Suggests: testthat (>= 3.0.0), spelling, covr Encoding: UTF-8 Language: en-GB LazyData: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) URL: https://github.com/rapidsurveys/odkr, https://rapidsurveys.io/odkr/ BugReports: https://github.com/rapidsurveys/odkr/issues Config/testthat/edition: 3 Config/pak/sysreqs: cmake make default-jdk libicu-dev libuv1-dev libssl-dev Repository: https://rapidsurveys.r-universe.dev Date/Publication: 2026-01-26 11:28:37 UTC RemoteUrl: https://github.com/rapidsurveys/odkr RemoteRef: HEAD RemoteSha: 83c5b7d651e62f3fd76e72a6fca4e117a18406b5 NeedsCompilation: no Packaged: 2026-07-03 22:56:45 UTC; root Author: Ernest Guevarra [aut, cre, cph] (ORCID: ), Laura Bramley [aut, cph], Jeffrey W. Rozelle [ctb] Maintainer: Ernest Guevarra