forked from unhcr/koboloadeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 806 Bytes
/
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
Package: koboloadeR
Type: Package
Title: Retrieve Data Using the KoBo Toolbox API & Automatise data exploration
Version: 0.1.4
Authors@R: person("Edouard", "Legoupil", email = "[email protected]",
role = c("aut", "cre"))
Description: KoBo Toolbox offers a convenient way to collect data using web and
mobile forms. This package facilitates the retrieval & analysis of data entered using these
tools using the KoBo Toolbox API (v1).
License: GPL-3
LazyData: TRUE
Depends:
data.table (>= 1.9.4),
RCurl,
httr,
bit64,
readr,
DT,
plyr,
dplyr,
tidyr,
readxl,
ggplot2,
reshape2,
gdata
Suggests:
shiny
URL: https://github.com/Edouard-Legoupil/koboloadeR
BugReports: https://github.com/Edouard-Legoupil/koboloadeR/issues
RoxygenNote: 6.0.1