From abad0c088d6d5d1c96624921186f5e711e04d819 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Tue, 12 Mar 2019 23:27:39 -0400 Subject: [PATCH] gnu: r-minpack-lm: fix typo in description * gnu/packages/cran.scm (r-minpack-lm)[description]: Fix typo. --- gnu/packages/cran.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b41e45673..d6301f1a8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11144,7 +11144,7 @@ transformation, respectively.") @code{lmdif} from the MINPACK library, for solving nonlinear least-squares problems by a modification of the Levenberg-Marquardt algorithm, with support for lower and upper parameter bounds. The implementation can be used via address@hidden calls using the @code{nlsLM} function.") address@hidden calls using the @code{nlsLM} function.") (license license:gpl3))) (define-public r-moments -- 2.21.0