r-rcppdate
date C++ header library for date and time functionality
This package provides a header-only C++ library is provided with support for dates, time zones, ISO weeks, Julian dates, and Islamic dates. date
offers extensive date and time functionality for the C++11, C++14 and C++17 standards. A slightly modified version has been accepted (along with tz.h
) as part of C++20. This package regroups all header files from the upstream repository so that other R packages can use them in their C++ code.
- Versions: 0.0.6
- Website: https://github.com/eddelbuettel/rcppdate
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rcppdate
as follows:
guix install r-rcppdate
Or install a particular version:
guix install r-rcppdate@0.0.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rcppdate about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rcppdate'><img src='https://packages.guix.gnu.org/packages/r-rcppdate/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rcppdate)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rcppdate][https://packages.guix.gnu.org/packages/r-rcppdate/badges/latest-version.svg]]