-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Type: Package
Package: timci
Title: Data management and visualisation for the TIMCI project
Version: 0.1.0
Author: person(given = "Helene", family = "Langet", role = c("aut",
"cre"), email = "helene.langet@swisstph.ch")
Maintainer: The package maintainer <helene.langet@swisstph.ch>
Description: The package provides all tools and functions necessary for
the management, cleansing and visualisation of data generated as part
of the TIMCI project, including the main study but other quantitative
studies such as SPA.
License: GPL-3 + file LICENSE
Imports:
anytime,
data.table,
DiagrammeR,
digest,
dplyr,
DT,
fs,
geosphere,
ggplot2,
ggrepel,
grDevices,
hash,
httr,
knitr,
lubridate,
magrittr,
openxlsx,
plyr,
pryr,
qrcode,
qwraps2,
readr,
readxl,
rlang,
rmarkdown,
ruODK,
scales,
shiny,
stats,
stringdist,
stringr,
tidyr,
utils,
viridis
Suggests:
emayili,
flexdashboard
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3