-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.18 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
Package: episcout
Title: Quickly Clean, Explore and Visualise Large Epidemiological Datasets
Version: 0.1.2
Authors@R:
person(given = "Antonio",
family = "Berlanga-Taylor",
role = c("aut", "cre"),
email = "[email protected]")
Description: Facilitates cleaning, exploring and visualising large-ish datasets (hundreds of thousands to millions of observations with tens to hundreds of variables). These are mostly wrapper and convenience functions to pre-process (wrangle, explore, clean, etc.) data-sets. Assumes you're happy with tidyverse and the basics of data.table.
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en-GB
Imports:
utils,
stats,
grDevices,
magrittr,
rlang (>= 0.1.2),
broom,
dplyr,
tibble,
tidyr
Suggests:
data.table,
compare,
stringi,
stringr,
lubridate,
purrr,
e1071,
Hmisc,
ggplot2,
cowplot,
knitr,
rmarkdown,
testthat,
scales,
grid,
ggthemes,
future,
doFuture,
foreach,
iterators,
parallel,
vdiffr,
reshape2,
covr,
roxygen2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RoxygenNote: 7.3.2