-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 884 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
Package: effex
Type: Package
Title: User Interface for Complex Datasets
Version: 0.0.0.999
Authors@R: c(person("Samuel", "Lippl",
email = "sfc.lippl@gmail.com",
role = c("cre", "aut")))
Description: This package allows you to supplement visualizations, summary
tables and other tools of statistical analysis with a proper variable
description and customized default values.
License: GPL-2
URL: https://github.com/sflippl/effex
BugReports: https://github.com/sflippl/effex/issues
LazyData: true
Depends: R(>= 3.3.3)
Suggests: testthat,
rmarkdown,
covr
Imports:
assertthat,
dplyr,
magrittr,
rlang,
stringr,
tidyr,
glue,
purrr,
jsonlite,
knitr,
kableExtra,
scales,
moments,
geoR,
methods,
sf
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0
VignetteBuilder: knitr