emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27163: closed ([PATCH 1/2] gnu: Add r-lubridate.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27163: closed ([PATCH 1/2] gnu: Add r-lubridate.)
Date: Fri, 09 Jun 2017 01:31:02 +0000

Your message dated Fri, 9 Jun 2017 03:29:55 +0200
with message-id <address@hidden>
and subject line Re: bug#27163: [PATCH 1/2] gnu: Add r-lubridate.
has caused the debbugs.gnu.org bug report #27163,
regarding [PATCH 1/2] gnu: Add r-lubridate.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27163: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27163
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add r-lubridate. Date: Wed, 31 May 2017 17:12:07 +0200
* gnu/packages/statistics.scm (r-lubridate): New variable.
---
 gnu/packages/statistics.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b81bb4207..625f9f488 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5231,3 +5231,29 @@ devices that don't have Cairo's capabilities such as 
alpha support or
 anti-aliasing.  Backends are modular such that any subset of backends
 is supported.")
     (license license:gpl2)))
+
+(define-public r-lubridate
+  (package
+    (name "r-lubridate")
+    (version "1.6.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "lubridate" version))
+       (sha256
+        (base32
+         "0ci6rwij9i1inn840m0mlh1nqgh6vm2lada9kdnjpcjp5kyfv1qs"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-stringr" ,r-stringr)))
+    (home-page
+     "http://cran.r-project.org/web/packages/lubridate";)
+    (synopsis "Make dealing with dates a little easier")
+    (description
+     "This package provides functions to work with date-times and time-spans:
+fast and user friendly parsing of date-time data, extraction and updating of
+components of a date-time (years, months, days, hours, minutes, and seconds),
+algebraic manipulation on date-time and time-span objects.  The 'lubridate'
+package has a consistent and memorable syntax that makes working with dates
+easy and fun.")
+    (license license:gpl2)))
-- 
2.13.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#27163: [PATCH 1/2] gnu: Add r-lubridate. Date: Fri, 9 Jun 2017 03:29:55 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Ricardo Wurmus <address@hidden> writes:

> * gnu/packages/statistics.scm (r-lubridate): New variable.

Pushed with commit db0bb6f0a.


--- End Message ---

reply via email to

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