-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 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
Package: devMSMsHelpers
Title: Helper functions to accompany the devMSMs package
Version: 0.0.0.9000
Authors@R: c(person("Isabella", "Stallworthy",
email = "[email protected]",
role = c("aut", "cre")),
person("Meriah", "DeJoseph",
email = "[email protected]",
role = c("aut")),
person("Emily", "Padrutt",
email = "[email protected]",
role = c("aut")),
person("Noah", "Greifer",
email = "[email protected]",
role = c("aut")),
person("Daniel", "Berry",
email = "[email protected]",
role = c("aut")))
Description: What the package does (one paragraph).
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
knitr,
mice,
tibble,
kableExtra,
ggplot2,
ggcorrplot,
rlang,
utils,
ranger,
stats,
doRNG,
devMSMs,
dreamerr,
ranger
Suggests:
missMethods,
doParallel,
foreach,
rmarkdown
Remotes:
gitHub::istallworthy/devMSMs
Import:
devMSMs
VignetteBuilder: knitr