From 0be7f0d0d192f12c255f9c99de97ba45dd4b6da8 Mon Sep 17 00:00:00 2001 From: egpivo Date: Wed, 17 Jan 2024 13:12:51 +0800 Subject: [PATCH] CHG: refine installation steps --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd3a004..92ec097 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,18 @@ **QuantRegGLasso** is an R package designed for adaptively weighted group Lasso procedures in quantile regression. It excels in simultaneous variable selection and structure identification for varying coefficient quantile regression models and additive quantile regression models with ultra-high dimensional covariates. -## Installation -- Install the current development version from GitHub: - ```r - remotes::install_github("egpivo/QuantRegGLasso") - ``` +### Installation +You can install **QuantRegGLasso** using either of the following methods: + +#### Install from CRAN +```r +install.packages("QuantRegGLasso") +``` + +#### Install the Development Version from GitHub +```r +remotes::install_github("egpivo/QuantRegGLasso") +``` **Please Note:**