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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://nanxstats.r-universe.dev Date/Publication: 2025-07-29 04:56:26 UTC RemoteUrl: https://github.com/nanxstats/enpls RemoteRef: HEAD RemoteSha: 26d3134a19faf5a8bd9b10626538eb57c754d0ac NeedsCompilation: no Packaged: 2026-07-04 04:57:39 UTC; root Author: Nan Xiao [aut, cre] (ORCID: ), Dong-Sheng Cao [aut], Miao-Zhu Li [aut], Qing-Song Xu [aut] Maintainer: Nan Xiao