-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.15 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
Package: APES
Type: Package
Title: Approximated Exhaustive Search for GLM
Version: 1.0.0
Authors@R: c(
person(given = "Kevin", family = "Wang", email = "[email protected]", role = c("aut", "cre")),
person(given = "Garth", family = "Tarr", email = "[email protected]", role = c("aut")),
person(given = "Jean", family = "Yang", email = "[email protected]", role = c("aut")),
person(given = "Samuel", family = "Mueller", email = "[email protected]", role = c("aut"))
)
Maintainer: Kevin Wang <[email protected]>
Description: Perform Approximated Exhaustive Search For Generalised Linear Models.
License: GPL-3
Encoding: UTF-8
LazyData: false
Imports:
dplyr,
forcats,
furrr,
future,
ggplot2,
gtools,
leaps,
purrr,
RColorBrewer,
reshape2,
stringr,
survival,
tibble,
rlang,
tidyr,
ggrepel
Suggests:
bestsubset (>= 1.0.10),
covr,
knitr,
testthat,
vdiffr,
rmarkdown
Remotes:
kevinwang09/bestsubset
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/kevinwang09/APES
BugReports: https://github.com/kevinwang09/APES/issues