Package: odkr
Type: Package
Title: 'Open Data Kit' ('ODK') R API
Version: 0.2.0
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", email = "laura@validinternational.org", role = c("aut", "cph")),
    person("Valid", "International", email = "office@validinternational", role = "cph"))
Description: Utility functions for working with datasets gathered using
    'Open Data Kit' ('ODK') <https://opendatakit.org/>. 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'.
Imports: stringr, Hmisc, curl, rJava
Depends: R (>= 2.10)
Suggests: testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements: Java (>= 8)
RoxygenNote: 6.0.1
URL: https://github.com/validmeasures/odkr
BugReports: https://github.com/validmeasures/odkr/issues
NeedsCompilation: no
Packaged: 2018-06-03 04:44:56 UTC; ernest
Author: Ernest Guevarra [aut, cre, cph]
    (<https://orcid.org/0000-0002-4887-4415>),
  Laura Bramley [aut, cph],
  Valid International [cph]
Maintainer: Ernest Guevarra <ernestgmd@gmail.com>
Repository: CRAN
Date/Publication: 2018-06-03 04:59:41 UTC
