Skip to content

Releases: USCbiostats/xrnet

xrnet v1.0.0

16 Jul 03:20
682eba6
Compare
Choose a tag to compare
  • 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

04 Mar 02:56
2acef9b
Compare
Choose a tag to compare

Full release to CRAN with all requested changes from CRAN review

First release to CRAN

27 Jan 21:53
Compare
Choose a tag to compare
v0.1.4

update site

An R package to fit and tune hierarchical regularized regression models

05 Dec 19:09
Compare
Choose a tag to compare

Archived release of xrnet to Zenodo to obtain DOI for JOSS paper.

xrnet: Hierarchical Regularized Regression to Incorporate External Data

11 Nov 20:23
Compare
Choose a tag to compare

An R package to fit and tune hierarchical regularized regression models

Upload to Zenodo archive for JOSS

11 Nov 19:50
Compare
Choose a tag to compare

Archived release of xrnet to Zenodo to obtain DOI for JOSS paper.

Completing JOSS review

11 Nov 19:41
Compare
Choose a tag to compare

Initial release of xrnet with full functionality to fit and tune hierarchical regularized regression models for continuous and binary outcomes.