summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Hill <jackhill@jackhill.us>2019-03-12 23:27:39 -0400
committerLeo Famulari <leo@famulari.name>2019-03-13 00:37:11 -0400
commit2f041a4cef82fa339ec0b86b3538e05e2c9705c4 (patch)
tree983a2a76a02d5091c08ecaf159ae9c00b627170d
parent0d5101c3a341d28b5f2277c2f0087674e162ba65 (diff)
downloadguix-patches-2f041a4cef82fa339ec0b86b3538e05e2c9705c4.tar
guix-patches-2f041a4cef82fa339ec0b86b3538e05e2c9705c4.tar.gz
gnu: r-minpack-lm: Fix typo in description.
* gnu/packages/cran.scm (r-minpack-lm)[description]: Fix typo. Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r--gnu/packages/cran.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b41e456735..d6301f1a89 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
-@rode{nls}-like calls using the @code{nlsLM} function.")
+@code{nls}-like calls using the @code{nlsLM} function.")
(license license:gpl3)))
(define-public r-moments