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
View this message in rfc822 format
* gnu/packages/cran.scm (r-gss): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b773c6aeb9..bb163aa47a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7228,6 +7228,26 @@ (define-public r-ggjoy
plots in @code{ggplot2}.")
(license license:gpl2)))
+(define-public r-gss
+ (package
+ (name "r-gss")
+ (version "2.2-3")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "gss" version))
+ (sha256
+ (base32
+ "0jr45lkpcndg5nynjsfnxn1wwkh4gkhsgv4hlvw6jn2frw0n8c14"))))
+ (properties `((upstream-name . "gss")))
+ (build-system r-build-system)
+ (native-inputs (list gfortran))
+ (home-page "https://cran.r-project.org/package=gss")
+ (synopsis "General smoothing splines")
+ (description
+ "This package provides a comprehensive collection for structural multivariate
+function estimation using smoothing splines.")
+ (license license:gpl2+)))
+
(define-public r-cli
(package
(name "r-cli")
--
2.38.1
This bug report was last modified 2 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.