Releases: USCbiostats/xrnet
xrnet v1.0.0
-
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.
Patched release to CRAN
Full release to CRAN with all requested changes from CRAN review
First release to CRAN
v0.1.4 update site
An R package to fit and tune hierarchical regularized regression models
Archived release of xrnet to Zenodo to obtain DOI for JOSS paper.
xrnet: Hierarchical Regularized Regression to Incorporate External Data
An R package to fit and tune hierarchical regularized regression models
Upload to Zenodo archive for JOSS
Archived release of xrnet to Zenodo to obtain DOI for JOSS paper.
Completing JOSS review
Initial release of xrnet with full functionality to fit and tune hierarchical regularized regression models for continuous and binary outcomes.