abess-team / abess

Fast Best-Subset Selection Library
https://abess.readthedocs.io/
Other
474 stars 41 forks source link

Update generate.spc.matrix.R #450

Closed Mamba413 closed 2 years ago

Mamba413 commented 2 years ago

fix future bug from the update of Matrix

codecov[bot] commented 2 years ago

Codecov Report

Merging #450 (ff31d94) into master (d8abb7e) will decrease coverage by 3.64%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #450      +/-   ##
==========================================
- Coverage   93.52%   89.88%   -3.65%     
==========================================
  Files          29        9      -20     
  Lines        3212     1186    -2026     
==========================================
- Hits         3004     1066    -1938     
+ Misses        208      120      -88     
Flag Coverage Δ
Python 89.88% <ø> (ø)
rpackage ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
R-package/R/generate.spc.matrix.R
R-package/R/extract.abess.R
R-package/R/coef.abess.R
R-package/R/plot.abess.R
R-package/R/coef.abessrpca.R
R-package/R/deviance.abess.R
R-package/R/print.abesspca.R
R-package/R/coef.abesspca.R
R-package/R/print.abessrpca.R
R-package/R/abessrpca.R
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

bbayukari commented 2 years ago

Installation failure may be caused by the version of package 'Matrix'.

  1. Change the Matrix in DESCRIPTION to Matrix>=1.4.2 However, I don't know if the version is not available on CRAN, GitHub can install it or not. I installed it by downloading the new version source code package from the official website.

  2. Wait until 1.4.2 is available on CRAN.