-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 887 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
40
41
42
43
44
45
Package: WJSmisc
Title: Miscellaneous functions from W. Joel Schneider
Date: 2021-03-10
Version: 0.3
Authors@R:
person(given = "W. Joel",
family = "Schneider",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8393-5316"))
Description: Several functions I find useful.
License: CC0
URL: https://github.com/wjschne/WJSmisc
BugReports: https://github.com/wjschne/WJSmisc/issues
Imports:
corrr,
dplyr,
forcats,
ggplot2,
magrittr,
patchwork,
psych,
rlang (>= 0.1.2),
stats,
grDevices,
stringr,
superheat,
rstudioapi,
shiny,
tibble,
tidyr,
GPArotation,
utils,
purrr,
rlist,
scales,
readr,
tidyselect,
ggtext,
signs
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
roxygen2,
testthat (>= 2.1.0)