-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
45 lines (45 loc) · 1.16 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
Type: Package
Package: overviewR
Title: Easily Extracting Information About Your Data
Version: 0.0.13
Authors@R: c(
person("Cosima", "Meyer", , "[email protected]", role = c("cre", "aut")),
person("Dennis", "Hammerschmidt", , "[email protected]", role = "aut")
)
Description: Makes it easy to display descriptive information on a data
set. Getting an easy overview of a data set by displaying and
visualizing sample information in different tables (e.g., time and
scope conditions). The package also provides publishable 'LaTeX' code
to present the sample information.
License: GPL-3
URL: https://github.com/cosimameyer/overviewR
BugReports: https://github.com/cosimameyer/overviewR/issues
Depends:
R (>= 3.5.0)
Imports:
data.table (>= 1.14.2),
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.2),
ggrepel (>= 0.8.2),
ggvenn (>= 0.1.8),
rlang,
tibble (>= 3.0.1),
tidyr
Suggests:
countrycode,
covr,
devtools,
knitr,
magrittr,
pkgdown,
rmarkdown,
spelling,
testthat,
xtable
VignetteBuilder:
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3