Package: plsmod
Title: Model Wrappers for Projection Methods
Version: 0.1.1
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0003-2402-136X"),
             email = "max@rstudio.com"),
      person(given = "RStudio",
             role = "cph"))
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>).
URL: https://github.com/tidymodels/plsmod
BugReports: https://github.com/tidymodels/plsmod/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
biocViews: mixOmics
Depends: parsnip (>= 0.1.3.9000)
Imports: tibble, mixOmics, dplyr, tidyr, generics, magrittr, purrr,
        rlang
Suggests: modeldata, testthat, covr, spelling
Language: en-US
NeedsCompilation: no
Packaged: 2020-10-27 14:51:50 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-10-28 05:30:09 UTC
