-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.04 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
Package: ecmfuns
Title: A Compilation of My Own Personal R Functions
Version: 0.0.0.9004
Authors@R:
person(given = "Evan",
family = "Mascitti",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0143-6100"))
Description: Helps me work faster and better.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
rmarkdown,
ggplot2,
mathjaxr,
lifecycle,
magrittr,
dplyr,
xfun,
xaringan,
bookdown,
glue,
readr,
magick,
rlang,
svglite,
knitr,
officedown
Suggests:
imager,
here,
stringr,
lubridate,
purrr,
tibble,
ImaginR,
ggtext,
cowplot,
tidyselect,
scales,
gdata,
ragg,
grDevices,
testthat (>= 3.0.0)
RdMacros: lifecycle, mathjaxr
URL: https://github.com/evanmascitti/ecmfuns
BugReports: https://github.com/evanmascitti/ecmfuns/issues
Depends:
R (>= 2.10)
Config/testthat/edition: 3