Package: enpls
Type: Package
Title: Ensemble Partial Least Squares Regression
Version: 6.1.1
Authors@R: c(
    person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0250-5673")),
    person("Dong-Sheng", "Cao", role = c("aut")),
    person("Miao-Zhu", "Li", email = "miaozhu.li@duke.edu", role = c("aut")),
    person("Qing-Song", "Xu", email = "qsxu@csu.edu.cn", role = c("aut"))
    )
Description: An algorithmic framework for measuring feature importance,
    outlier detection, model applicability domain evaluation,
    and ensemble predictive modeling with (sparse)
    partial least squares regressions.
License: GPL (>= 3)
URL: https://nanx.me/enpls/, https://github.com/nanxstats/enpls
BugReports: https://github.com/nanxstats/enpls/issues
Depends: R (>= 3.0.2)
LazyData: TRUE
VignetteBuilder: knitr
Imports: pls, spls, foreach, doParallel, ggplot2, reshape2, plotly
Suggests: knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-29 02:35:07 UTC; nanx
Author: Nan Xiao [aut, cre] (ORCID: <https://orcid.org/0000-0002-0250-5673>),
  Dong-Sheng Cao [aut],
  Miao-Zhu Li [aut],
  Qing-Song Xu [aut]
Maintainer: Nan Xiao <me@nanx.me>
Repository: CRAN
Date/Publication: 2025-07-29 04:30:14 UTC
Built: R 4.5.2; ; 2025-11-08 04:40:15 UTC; windows
