-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 999 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
39
Package: Scotty
Title: Scotty: misc. functions
Version: 0.0.5
Authors@R: c(person(given = "Kevin W.", family = "McConeghy", role = c("aut", "cre", "cph"), email = "[email protected]"))
Description: This package is a suite of personal commands for use by the primary author on various projects.
Depends: R (>= 3.5.1),
tidyverse,
lubridate (>= 1.7.0),
Imports:
dplyr(>= 0.7.7),
tidyr(>= 0.8.2),
ggplot2(>= 3.1.0),
scales(>= 0.5.0),
tibble,
rlang(>= 0.3.0),
broom(>= 0.4.2),
magrittr(>= 1.5.0),
forecast(>= 8.2.0),
stats,
Suggests:
knitr,
microbenchmark,
XML,
memoise,
profr,
digest,
xtable,
rmarkdown,
sessioninfo,
testthat,
roxygen2
LazyData: true
LazyDataCompression: xz
URL: https://github.com/kmcconeghy/Scotty
BugReports: https://github.com/kmcconeghy/Scotty/issues
License: GPL-3
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))