summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-05-12 13:30:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2025-05-13 14:50:04 +0200
commit69856350e7a0a941f0a86b981ea0c2a07d5a89af (patch)
tree8c946b115f975848fe5156ee8b915ebe72af2476 /gnu
parentd7532d6970840d6ceb8422dc777aaec0d95088e1 (diff)
gnu: Add r-flexparamcurve.
* gnu/packages/cran.scm (r-flexparamcurve): New variable. Change-Id: I1642a97958ef04ad51df47a152995cba03cda8cd
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1dfbf255c75..ba8026891a5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22664,6 +22664,27 @@ promises, but with a syntax that is idiomatic R.")
using the @code{snow} package.")
(license license:gpl2)))
+(define-public r-flexparamcurve
+ (package
+ (name "r-flexparamcurve")
+ (version "1.5-6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "FlexParamCurve" version))
+ (sha256
+ (base32 "0p0c949cdb05r6xnjc7k1i47z809g4mda1l94q7f4dikpnl1h2zd"))))
+ (properties `((upstream-name . "FlexParamCurve")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-nlme))
+ (home-page "https://pennstate.academia.edu:443/SteveOswald")
+ (synopsis "Tools to fit flexible parametric curves")
+ (description
+ "This package provides model selection tools and @code{selfStart}
+functions to fit parametric curves in the nls, @code{nlsList} and nlme
+frameworks.")
+ (license license:gpl2)))
+
(define-public r-fsa
(package
(name "r-fsa")