summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/cran.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2c6082eacc5..b67a78233c7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8828,6 +8828,30 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
8828@code{citation(\"Rcpp\")} for details on these last two.") 8828@code{citation(\"Rcpp\")} for details on these last two.")
8829 (license license:gpl2+))) 8829 (license license:gpl2+)))
8830 8830
8831(define-public r-rcppdate
8832 (package
8833 (name "r-rcppdate")
8834 (version "0.0.4")
8835 (source
8836 (origin
8837 (method url-fetch)
8838 (uri (cran-uri "RcppDate" version))
8839 (sha256
8840 (base32 "1cnhvbgqfcjrwm1rx6bhhj4yf4dipcp6g1hjv1qa86pmxzyjp3dn"))))
8841 (properties `((upstream-name . "RcppDate")))
8842 (build-system r-build-system)
8843 (home-page "https://github.com/eddelbuettel/rcppdate")
8844 (synopsis "date C++ header library for date and time functionality")
8845 (description
8846 "This package provides a header-only C++ library is provided with support
8847for dates, time zones, ISO weeks, Julian dates, and Islamic dates.
8848@code{date} offers extensive date and time functionality for the C++11, C++14
8849and C++17 standards. A slightly modified version has been accepted (along
8850with @file{tz.h}) as part of C++20. This package regroups all header files
8851from the upstream repository so that other R packages can use them in their
8852C++ code.")
8853 (license license:gpl2+)))
8854
8831(define-public r-rcppde 8855(define-public r-rcppde
8832 (package 8856 (package
8833 (name "r-rcppde") 8857 (name "r-rcppde")