Path to this page:
./
time/R-RcppDate,
date C++ Header Library for Date and Time Functionality
Branch: CURRENT,
Version: 0.0.4,
Package name: R-RcppDate-0.0.4,
Maintainer: pkgsrc-usersA 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 and was written by Howard Hinnant and released under the MIT
license. 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 by Howard Hinnant so that other R packages can
use them in their C++ code. At present, few of the types have explicit
'Rcpp' wrappers though these may be added as needed.
Master sites: (Expand)
Version history: (Expand)
- (2025-01-11) Updated to version: R-RcppDate-0.0.4
- (2024-01-21) Package added to pkgsrc.se, version R-RcppDate-0.0.3 (created)
CVS history: (Expand)
2025-01-11 14:43:09 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(time/R-RcppDate) Updated 0.0.3 to 0.0.4, make test passed
2024-10-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Release 0.0.4
* inst/include/date.h (read): Comment-out one 'stringop-overflow'
pragma r-devel complains about
* README.md: Switch http to https for gnu.org link
2024-10-12 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll micro version and date
* inst/include/tz.h: Sync with upstream release 3.0.2
2024-09-25 Dirk Eddelbuettel <edd@debian.org>
* README.md: Switch http to https for r-pkg.org badge
2024-09-12 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Authors@R): Added
2024-05-24 Dirk Eddelbuettel <edd@debian.org>
* inst/include/date.h: Sync with upstream
* inst/include/ptz.h: Idem
* inst/include/tz.h: Idem
* inst/include/tz_private.h: Idem
2024-05-21 Dirk Eddelbuettel <edd@debian.org>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-03-01 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2023-05-20 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll micro version and date
* inst/include/date.h: Sync with upstream
* inst/include/ios.h: Idem
* inst/include/iso_week.h: Idem
* inst/include/julian.h: Idem
* inst/include/ptz.h: Idem
* inst/include/solar_hijri.h: Idem
* inst/include/tz.h: Idem
2022-11-10 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-12-08 Dirk Eddelbuettel <edd@debian.org>
* README.md: Remove unused continuous integration artifact and badge
|
2024-01-21 11:46:27 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(time/R-Rcpp*) Add buildlink3.mk
|
2024-01-21 09:49:38 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(time/R-RcppDate) import R-RcppDate-0.0.3
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 and was written by Howard Hinnant and released under the MIT
license. 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 by Howard Hinnant so that other R packages can
use them in their C++ code. At present, few of the types have explicit
'Rcpp' wrappers though these may be added as needed.
|