guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 23aca440112f12216afabeddd7cdc5d31231d64c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 10:13:29 2026 +0100

    gnu: Add r-nlstools.
    
    * gnu/packages/cran.scm (r-nlstools): New variable.
    
    Change-Id: I9154b717288307beb592662777a83122975fd654
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 75137d25df..e093523bf6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21673,6 +21673,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")

Reply via email to