-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
75 lines (75 loc) · 1.35 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: tidyfit
Type: Package
Title: Regularized Linear Modeling with Tidy Data
Date: 2025-01-14
Version: 0.7.3
Author: Johann Pfitzinger [aut, cre]
Authors@R: person(given = "Johann", family = "Pfitzinger", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Johann Pfitzinger <[email protected]>
Description: An extension to the 'R' tidy data environment for automated machine learning. The package allows fitting and cross validation of linear regression and classification algorithms on grouped data.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://tidyfit.residualmetrics.com,
https://github.com/jpfitzinger/tidyfit
Depends:
R (>= 3.5)
Imports:
broom,
crayon,
dials,
dplyr,
furrr,
generics,
magrittr,
MASS,
methods,
progressr,
purrr,
rlang,
rsample,
stats,
tibble,
tidyr,
utils,
vctrs,
yardstick
Suggests:
arm,
bestglm,
BMS,
BoomSpikeSlab,
CORElearn,
e1071,
gaselect,
gets,
gglasso,
ggplot2,
glmnet,
hfr,
iml,
kableExtra,
knitr,
lme4,
lmtest,
lubridate,
markdown,
mboost,
monomvn,
mRMRe,
MSwM,
nnet,
pls,
quantreg,
quantregForest,
randomForest,
sandwich,
sensitivity,
shrinkTVP,
stringr,
rmarkdown,
testthat (>= 3.0.0)
Roxygen: list(markdown=TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3