Skip to content

xrnet v1.0.0

Latest
Compare
Choose a tag to compare
@gmweaver gmweaver released this 16 Jul 03:20
682eba6
  • Changes minimum supported R version 4.0.

  • Removes C++11 in SystemRequirements since it is guaranteed in R >= 4.0 that C++11 is minimum supported compiler. This also enables removing CXX_STD=CXX11 in Makevars and Makevars.win.

  • Fixes gcc-UBSAN errors detected in latest Rdevel checks. Note that these errors do not impact solutions. They occur when no external data matrix is provided and the underlying C++ code attempts to created a mapped matrix with a pointer to an empty matrix. Since the external data matrix is never used in this case, the resulting standard regularized regression with no external data still produces a correct solution.