GNU bug report logs -
#59870
[PATCH] gnu: Add r-animalcules, r-plotroc, r-gridsvg, r-gunifrac, r-dirmult, r-modeest, r-fbasics, r-timeseries, r-gss, r-stable, r-rmutil, r-statip.
Previous Next
Full log
Message #8 received at 59870 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-rmutil): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d23265ad07..792fcf1a7d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16231,6 +16231,28 @@ (define-public r-rmpfr
Precision Floating-Point Reliable} (MPFR) library.")
(license license:gpl2+)))
+(define-public r-rmutil
+ (package
+ (name "r-rmutil")
+ (version "1.1.10")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "rmutil" version))
+ (sha256
+ (base32
+ "1yd5gkg4jg3rvqrfl8c5r07lcr37n1p9h1a7b6s45iswd77dg7w1"))))
+ (properties `((upstream-name . "rmutil")))
+ (build-system r-build-system)
+ (native-inputs (list gfortran))
+ (home-page "https://www.commanster.eu/rcode.html")
+ (synopsis
+ "Utilities for nonlinear regression and repeated measurements models")
+ (description
+ "This package provides a toolkit of functions for nonlinear regression and
+repeated measurements. It was designated to be imported by other packages such
+as @code{gnlm}, @code{stable}, @code{growth}, @code{repeated}, and @code{event}.")
+ (license license:gpl2+)))
+
(define-public r-assertive-base
(package
(name "r-assertive-base")
--
2.38.1
This bug report was last modified 2 years and 159 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.