guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add r-chron.


From: Ricardo Wurmus
Subject: 01/02: gnu: Add r-chron.
Date: Mon, 28 Sep 2015 09:07:51 +0000

rekado pushed a commit to branch master
in repository guix.

commit 91312ebed44f88d9ad7de7305023eb55b93eab7e
Author: Vicente Vera Parra <address@hidden>
Date:   Sat Sep 26 23:54:08 2015 -0300

    gnu: Add r-chron.
    
    * gnu/packages/statistics.scm (r-chron): New variable.
---
 gnu/packages/statistics.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cbcef49..f26b7ff 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -894,3 +894,21 @@ pieces of code in C++; 3) use the same code interface to 
work with data no
 matter where it is stored, whether in a data frame, a data table or
 database.")
     (license license:expat)))
+
+(define-public r-chron
+  (package
+    (name "r-chron")
+    (version "2.3-47")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "chron" version))
+              (sha256
+               (base32
+                "1xj50kk8b8mbjpszp8i0wbripb5a4b36jcscwlbyap8n4487g34s"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/chron";)
+    (synopsis "Chronological R objects which can handle dates and times")
+    (description
+     "This package provides chronological R objects which can handle dates and
+times.")
+    (license license:gpl2)))



reply via email to

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