-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 962 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
31
32
33
34
Package: KoboconnectR
Type: Package
Title: Download Data from Kobotoolbox to R
URL: https://github.com/asitav-sen/KoboconnectR,
https://asitav-sen.github.io/KoboconnectR/
BugReports: https://github.com/asitav-sen/koboconnectR/issues
Version: 2.0.0
Authors@R: person("Asitav ", "Sen", email = "codes@asitavsen.com",
role = c("aut", "cre","cph"))
Description: Wrapper for 'Kobotoolbox' APIs ver 2 mentioned at <https://support.kobotoolbox.org/api.html>, to download data from 'Kobotoolbox' to R. Small and simple package that adds immense convenience for the data professionals using 'Kobotoolbox'.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
httr2,
curl,
jsonlite,
mime,
openssl,
R6,
methods,
dplyr,
readxl,
rlang,
purrr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
VignetteBuilder: knitr