gnu: r-minpack-lm: Fix typo in description.
authorJack Hill <jackhill@jackhill.us>
Wed, 13 Mar 2019 03:27:39 +0000 (23:27 -0400)
committerLeo Famulari <leo@famulari.name>
Wed, 13 Mar 2019 04:37:11 +0000 (00:37 -0400)
* gnu/packages/cran.scm (r-minpack-lm)[description]: Fix typo.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/cran.scm

index b41e456..d6301f1 100644 (file)
@@ -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