guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/15: gnu: Add r-timedate.


From: Ricardo Wurmus
Subject: 06/15: gnu: Add r-timedate.
Date: Mon, 18 Sep 2017 06:49:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1b663184ebc385f826292bdf11559015a0d546f0
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 11 02:54:33 2017 +0200

    gnu: Add r-timedate.
    
    * gnu/packages/cran.scm (r-timedate): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 19cc04c..d94dd56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1053,3 +1053,24 @@ the Kaplan-Meier and Aalen-Johansen methods.")
 techniques from R packages and provides a common interface for calling the
 methods.")
     (license license:gpl3)))
+
+(define-public r-timedate
+  (package
+    (name "r-timedate")
+    (version "3012.100")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "timeDate" version))
+       (sha256
+        (base32
+         "0cn4h23y2y2bbg62qgm79xx4cvfla5xbpmi9hbdvkvpmm5yfyqk2"))))
+    (properties `((upstream-name . "timeDate")))
+    (build-system r-build-system)
+    (home-page "https://www.rmetrics.org";)
+    (synopsis "Chronological and calendar objects")
+    (description
+     "This package provides an environment for teaching \"Financial
+Engineering and Computational Finance\" and for managing chronological and
+calendar objects.")
+    (license license:gpl2+)))



reply via email to

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