abess-team / abess

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

[bug] reported by CRAN #478

Closed Mamba413 closed 1 year ago

Mamba413 commented 1 year ago

That is

BayesSUR KSgeneral L0Learn MrSGUIDE RPEGLMEN SCAT abess clustermq diseq gaselect imager landsepi rayrender

which specify a C++ standard, usually C++11, but do not use it in their configure script. See https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Using-C_002b_002b-code

L0Learn already has a deadline for another issue: for the rest please correct before 2023-02-18.

Note that in the cases we have looked at no C++ specification is actually needed: the current default of C++14, soon to be C++17, works. (And C++11 has been the default since R 3.6.2 in 2019.) So please try removing it.

-- Brian D. Ripley, ripley@stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford

Mamba413 commented 1 year ago

A new release in R cran (https://cran.r-project.org/web/packages/abess/) has addressed this issue.

It is addressed by removing the Makefile.in/Makefile.win.