Skip to content
Snippets Groups Projects
Commit 91312ebe authored by Vicente Vera Parra's avatar Vicente Vera Parra Committed by Ricardo Wurmus
Browse files

gnu: Add r-chron.

* gnu/packages/statistics.scm (r-chron): New variable.
parent ea5616e0
No related branches found
No related tags found
No related merge requests found
......@@ -894,3 +894,21 @@ (define-public r-dplyr
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)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment