From 97a498bc6f8da1275c2286ee0e76981de7d953eb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 14 Jan 2026 10:13:29 +0100 Subject: gnu: Add r-nlstools. * gnu/packages/cran.scm (r-nlstools): New variable. Change-Id: I9154b717288307beb592662777a83122975fd654 Signed-off-by: Rutherther --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') 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") -- cgit v1.3