Package: plsdepot
Type: Package
Title: Partial Least Squares (PLS) Data Analysis Methods
Version: 0.3.0
Date: 2025-09-25
Authors@R: c(
  person(given = "Frederic", family= "Bertrand", role = c("cre"), email = "frederic.bertrand@lecnam.net", comment = c(ORCID = "0000-0002-0837-8281")),
  person("Gaston", "Sanchez", role=c("aut"), email = "gaston.stat@gmail.com"))
Author: Frederic Bertrand [cre] (ORCID:
    <https://orcid.org/0000-0002-0837-8281>),
  Gaston Sanchez [aut]
Maintainer: Frederic Bertrand <frederic.bertrand@lecnam.net>
Description: Different methods for PLS analysis of one or two data tables such as Tucker's Inter-Battery, NIPALS, SIMPLS, SIMPLS-CA, PLS Regression, and PLS Canonical Analysis. The main reference for this software is the awesome book (in French) 'La Regression PLS: Theorie et Pratique' by Michel Tenenhaus.
Depends: R (>= 2.15.1)
Suggests: FactoMineR, testthat (>= 3.0.0)
URL: https://github.com/gastonstat/plsdepot/
BugReports: https://github.com/gastonstat/plsdepot/issues/
License: GPL-3
LazyLoad: yes
NeedsCompilation: no
Repository: CRAN
Encoding: UTF-8
Collate: 'nipals.R' 'plot.nipals.R' 'plot.plsca.R' 'plot.plsreg1.R'
        'plot.plsreg2.R' 'plsca.R' 'plsreg1.R' 'plsreg2.R'
        'print.nipals.R' 'print.plsca.R' 'print.plsreg1.R'
        'print.plsreg2.R' 'interbat.R' 'plot.interbat.R'
        'print.interbat.R' 'print.simpls.R' 'print.simplsca.R'
        'simpls.R' 'simplsca.R' 'plot.simpls.R' 'plot.simplsca.R'
        'plsdepot-package.R'
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Packaged: 2025-09-25 21:15:58 UTC; bertran7
Date/Publication: 2025-09-26 07:30:02 UTC
Built: R 4.4.1; ; 2025-09-26 10:18:14 UTC; unix
