diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:57:57 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:44 -0700 |
commit | 49369a013009b10f179da141528ae746b779a450 (patch) | |
tree | 714fc80b5bc03a06ed6b6104bef9c08bdf9017ea | |
parent | 6fa0914a5c9c5d68ea8a8bc2c609885111300aab (diff) |
gnu: r-capushe: Fix typo "penalties".
* gnu/packages/cran (r-capushe)[description]: Fix typo.
-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 56edada13d..199dfbdbe4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11089,7 +11089,7 @@ using @code{S3}.") (build-system r-build-system) (propagated-inputs `(("r-mass" ,r-mass))) (home-page "https://cran.r-project.org/web/packages/capushe/index.html") - (synopsis "Calibrating penalities using slope heuristics") + (synopsis "Calibrating penalties using slope heuristics") (description "This package provides tools for the calibration of penalized criteria for model selection. The calibration methods available are based on the slope |