summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 10:13:29 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:26:07 +0100
commit97a498bc6f8da1275c2286ee0e76981de7d953eb (patch)
treefe34d238cc9383eb5b3014fda621f14941acdd8a /gnu
parent6a5dd96e75b281de40c8df270364e2fa74f52afd (diff)
gnu: Add r-nlstools.
* gnu/packages/cran.scm (r-nlstools): New variable. Change-Id: I9154b717288307beb592662777a83122975fd654 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 42cc919b09..942d139fa4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21675,6 +21675,26 @@ available online as well as original implementations of various other
algorithms.")
(license license:lgpl3)))
+(define-public r-nlstools
+ (package
+ (name "r-nlstools")
+ (version "2.1-0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "nlstools" version))
+ (sha256
+ (base32 "1b6v30cn6a92slca3vrq116snir144ymdz9vxby33x51p6jniiiv"))))
+ (properties `((upstream-name . "nlstools")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/lbbe-software/nlstools")
+ (synopsis "Tools for nonlinear regression analysis")
+ (description
+ "Several tools for assessing the quality of fit of a gaussian nonlinear
+model are provided.")
+ (license license:gpl3)))
+
(define-public r-norm
(package
(name "r-norm")