-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
62 lines (62 loc) · 1.35 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
54
55
56
57
58
59
60
61
62
Package: RAnalysisSkeleton
Title: Displaying Health Data
Description: Files and settings commonly used in analysis projects with R.
Version: 0.0.1.9001
Date: 2019-02-04
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
person("Andrey", "Koval", role = "aut"))
URL: https://github.com/wibeasley/RAnalysisSkeleton
BugReports: https://github.com/wibeasley/RAnalysisSkeleton/issues
Depends:
R(>= 3.0.0)
Imports:
broom,
checkmate (>= 1.8.4),
codified (>= 0.2.0),
config,
DBI (>= 0.7.0),
dplyr (>= 0.5.0),
DT,
flexdashboard,
ggplot2,
httr (>= 1.3.0),
kableExtra,
knitr (>= 1.18.0),
lme4,
magrittr,
mgcv,
methods,
odbc (>= 1.1.1),
OuhscMunge (>= 0.1.9.9009),
RColorBrewer,
readr (>= 1.2.1),
rmarkdown,
sessioninfo,
TabularManifest,
tibble (>= 1.4.0),
yaml
Suggests:
devtools (>= 1.13.0),
ggalluvial,
ggrepel,
plotly,
purrr,
RcppRoll,
remotes,
rlang,
RSQLite,
scales,
testit,
testthat (>= 0.9),
tidyr (>= 0.7.0),
zoo
Remotes:
github::OuhscBbmc/OuhscMunge,
github::Melinae/TabularManifest
License: GPL-3 + file LICENSE
LazyData: TRUE
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)