guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]