diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:46:14 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:06 -0700 |
commit | 6a0c3e03a80c1846d39166d6d4fcb5cdbd1a86f0 (patch) | |
tree | 026a3f9c961e4eaba04724f08652bb57db21ebc0 /gnu/packages/cran.scm | |
parent | 9c98e0e7cf5bccf9eb76a3150661211f0634a9c2 (diff) | |
download | guix-6a0c3e03a80c1846d39166d6d4fcb5cdbd1a86f0.tar.gz |
gnu: r-flare: Fix typo "This package".
* gnu/packages/cran (r-flare)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0ece9b6027..56edada13d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9464,7 +9464,7 @@ diagnostics for controlling type-1 errors are also provided.") (home-page "https://cran.r-project.org/web/packages/flare") (synopsis "Family of Lasso regression implementations") (description - "This packages provides implementations of a family of Lasso variants + "This package provides implementations of a family of Lasso variants including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating high dimensional sparse linear models.") (license license:gpl2))) |