forked from SwissTPH/repvisforODK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 850 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
35
36
37
38
39
40
41
42
43
Package: repvisforODK
Title: Analyse data from ODK Central
Version: 1.0.0.0
Authors@R:
person(given = "Lucas",
family = "Silbernagel",
role = c("aut", "cre"),
email = "[email protected]")
Description: Generic functions to export, manipulate, and visualize data retrieved from ODK Central.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
lubridate,
glue,
plotly,
plyr,
readr,
ruODK,
tibble,
dplyr,
utils,
ggplot2,
scales,
rmarkdown,
crayon,
clisymbols,
htmlwidgets,
htmltools,
tm,
wordcloud2,
shiny,
shinycssloaders,
shinyalert,
DT,
magrittr
VignetteBuilder: knitr