Changes in version 1.1.0 - Added foldid to cv.regnet() for user-controlled cross-validation folds. - Added an adjacency construction option for choosing thresholded or full adjacency matrices. - Added an S3 method for fitting regnet() from a cv.regnet object and explicitly supplied lambda values. - Updated package metadata and README source. Changes in version 1.0.2 (2025-02-09) - Bug Fix: Fixed a bug in the C++ function QRWMR. - Maintenance: Updated Maintainer email. Changes in version 1.0.0 (2022-08-18) - Added the robust network regularization for the continuous response. - A generic function plot() is added for plotting the network structures among the identified genetic variants. Changes in version 0.4.0 (2019-06-08) Based on users' feedback, we have - Added more checking steps for data format, which help users make sure their data are in the correct format. - Provided more information in the documentation for troubleshooting . Changes in version 0.3.0 (2018-05-22) - Two new, easy to use, integrated interfaces: cv.regnet() and regnet(). - New methods for continuous and survival responses. - The new "clv" argument allows the presence of clinical variables that are not subject to penalty in the X matrix. Changes in version 0.2.0 (2017-10-15) - Provide c++ implementation for coordinate descent algorithms, which significantly increased the speed of cross-validation functions in this package. Changes in version 0.1.1 (2017-05-23)