amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
424 stars 106 forks source link

Remove now-unnecessary Makevars with Rcpp::LdFlags #647

Open brookslogan opened 1 month ago

brookslogan commented 1 month ago

Rcpp:::LdFlags() is deprecated and produces an empty string, and hasn't been needed for long enough that there may not be loss in compatibility with current systems. Removing these Makevars settings is a simple way to address issues for some system x Rprofile combinations that I encountered (#646).

Benefits:

Risks and drawbacks: