-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.09 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
Package: plsmod
Title: Model Wrappers for Projection Methods
Version: 1.0.0.9000
Authors@R: c(
person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Bindings for additional regression models for use with the
'parsnip' package, including ordinary and spare partial least squares
models for regression and classification (Rohart et al (2017)
<doi:10.1371/journal.pcbi.1005752>).
License: MIT + file LICENSE
URL: https://plsmod.tidymodels.org, https://github.com/tidymodels/plsmod
BugReports: https://github.com/tidymodels/plsmod/issues
Depends:
parsnip (>= 0.2.0),
R (>= 3.4)
Imports:
dplyr,
generics,
magrittr,
mixOmics,
purrr,
rlang,
tibble,
tidyr
Suggests:
rmarkdown,
covr,
modeldata,
spelling,
testthat (>= 3.0.0)
biocViews: mixOmics
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2