-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
38 lines (38 loc) · 1.46 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
Package: odkr
Type: Package
Title: 'Open Data Kit' ('ODK') R API
Version: 0.3.3.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') <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'.
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.2
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