[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/112: gnu: Add r-fds.
From: |
guix-commits |
Subject: |
09/112: gnu: Add r-fds. |
Date: |
Wed, 9 Dec 2020 16:06:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f0862a357810895dd8759331daeebf9ee5b22d49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 17:47:28 2020 +0100
gnu: Add r-fds.
* gnu/packages/cran.scm (r-fds): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5aa2b0d..f7ecdfa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19411,6 +19411,31 @@ conditional on one covariate, and multimodal
regression.")
functional outliers with bagplots, boxplots and rainbow plots.")
(license license:gpl3)))
+(define-public r-fds
+ (package
+ (name "r-fds")
+ (version "1.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "fds" version))
+ (sha256
+ (base32
+ "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
+ (properties `((upstream-name . "fds")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rainbow" ,r-rainbow)
+ ("r-rcurl" ,r-rcurl)))
+ (home-page "https://cran.r-project.org/web/packages/fds/")
+ (synopsis "Functional data sets")
+ (description "This package contains a list of functional time series,
+sliced functional time series, and functional data sets. Functional time
+series is a special type of functional data observed over time. Sliced
+functional time series is a special type of functional time series with a time
+variable observed over time.")
+ (license license:gpl2+)))
+
(define-public r-fda
(package
(name "r-fda")
- 02/112: gnu: Add r-diffobj., (continued)
- 02/112: gnu: Add r-diffobj., guix-commits, 2020/12/09
- 03/112: gnu: Add r-waldo., guix-commits, 2020/12/09
- 08/112: gnu: Add r-rainbow., guix-commits, 2020/12/09
- 05/112: gnu: Add r-parallelly., guix-commits, 2020/12/09
- 04/112: gnu: Add r-gitcreds., guix-commits, 2020/12/09
- 06/112: gnu: Add r-ash., guix-commits, 2020/12/09
- 07/112: gnu: Add r-hdrcde., guix-commits, 2020/12/09
- 10/112: gnu: Add r-gamm4., guix-commits, 2020/12/09
- 14/112: import/utils: Fix conditional., guix-commits, 2020/12/09
- 11/112: gnu: Add r-optimx., guix-commits, 2020/12/09
- 09/112: gnu: Add r-fds.,
guix-commits <=
- 16/112: gnu: r-rticles: Update to 0.17., guix-commits, 2020/12/09
- 17/112: gnu: r-v8: Update to 3.4.0., guix-commits, 2020/12/09
- 18/112: gnu: r-ggalluvial: Update to 0.12.3., guix-commits, 2020/12/09
- 20/112: gnu: r-vegan: Update to 2.5-7., guix-commits, 2020/12/09
- 19/112: gnu: r-ggpmisc: Update to 0.3.7., guix-commits, 2020/12/09
- 21/112: gnu: r-shinyfiles: Update to 0.9.0., guix-commits, 2020/12/09
- 23/112: gnu: r-ps: Update to 1.5.0., guix-commits, 2020/12/09
- 27/112: gnu: r-inline: Update to 0.3.17., guix-commits, 2020/12/09
- 25/112: gnu: r-distillery: Update to 1.2., guix-commits, 2020/12/09
- 36/112: gnu: r-vctrs: Update to 0.3.5., guix-commits, 2020/12/09