-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
60 lines (60 loc) · 1.14 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
Package: grkmisc
Title: A package of miscellaneously helpful functions
Version: 0.1.3
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "[email protected]")
Description: A package of miscellaneously helpful
functions.
License: MIT + file LICENSE
URL: https://github.com/gerkelab/grkmisc
BugReports: https://github.com/gerkelab/grkmisc/issues
Depends:
R (>= 2.10)
Imports:
assertthat,
cli,
crayon,
dplyr (>= 0.7.0),
forcats (>= 0.3.0),
fs,
ggplot2 (>= 3.0.0),
git2r,
glue (>= 1.3.1),
here,
hrbrthemes (>= 0.5.0),
magrittr,
methods,
purrr,
rlang (>= 0.1.2),
showtext (>= 0.5-1),
stats,
stringr,
usethis (>= 1.4.0),
utils,
yaml,
yesno
Suggests:
clipr,
curl,
devtools,
haven,
httr,
knitr,
labelled,
readr (>= 1.1.1),
rematch2,
rmarkdown,
roxygen2,
rstudioapi,
scales,
styler (>= 1.1.1),
sysfonts (>= 0.7.3),
testthat
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2