unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30969] [PATCH] gnu: Add r-parsedate.
@ 2018-03-28 11:14 Konrad Hinsen
  2018-03-28 15:18 ` bug#30969: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-03-28 11:14 UTC (permalink / raw)
  To: 30969

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 39f2a323a..7977d0291 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3296,3 +3296,25 @@ Dependencies of the distribution of the specified variable (response
 variable) to other variables (explanatory variables) are derived and
 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
     (license license:gpl2+)))
+
+(define-public r-parsedate
+  (package
+    (name "r-parsedate")
+    (version "1.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "parsedate" version))
+       (sha256
+        (base32
+         "0mg7hbm3903iwvmpn51gjpaaq03rsp72hjb1g8h5g84r81iha002"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/gaborcsardi/parsedate")
+    (synopsis
+     "Recognize and parse dates in various formats")
+    (description
+     "This package provides three functions for dealing with dates:
+@code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
+time formats, @code{parse_date} parses dates in unspecified formats,
+and @code{format_iso_8601} formats a date in ISO 8601 format.")
+    (license license:gpl2)))
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30969: [PATCH] gnu: Add r-parsedate.
  2018-03-28 11:14 [bug#30969] [PATCH] gnu: Add r-parsedate Konrad Hinsen
@ 2018-03-28 15:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-28 15:18 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 30969-done

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/cran.scm (r-parsedate): New variable.

Applied with a copyright line for you, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-28 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 11:14 [bug#30969] [PATCH] gnu: Add r-parsedate Konrad Hinsen
2018-03-28 15:18 ` bug#30969: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).