Path to this page:
./
time/R-tzdb,
Time Zone Database Information
Branch: CURRENT,
Version: 0.4.0,
Package name: R-tzdb-0.4.0,
Maintainer: pkgsrc-usersProvides an up-to-date copy of the Internet Assigned Numbers Authority
(IANA) Time Zone Database. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC offsets,
and daylight saving time rules. Additionally, this package provides a
C++ interface for working with the 'date' library. 'date' provides
comprehensive support for working with dates and date-times, which
this package exposes to make it easier for other R packages to
utilize. Headers are provided for calendar specific calculations,
along with a limited interface for time zone manipulations.
Required to run:[
math/R] [
lang/R-cpp11]
Master sites: (Expand)
Version history: (Expand)
- (2023-06-27) Updated to version: R-tzdb-0.4.0
- (2022-05-01) Updated to version: R-tzdb-0.3.0
- (2021-09-08) Package added to pkgsrc.se, version R-tzdb-0.1.2 (created)
CVS history: (Expand)
2023-06-27 15:07:54 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(time/R-tzdb) Updated 0.3.0 to 0.4.0
# tzdb 0.4.0
* Updated the embedded date library
(SHA cc4685a21e4a4fdae707ad1233c61bbaff241f93) (#30).
* Updated the time zone database to 2023c (#29).
* R >=3.5.0 is now required. This is consistent with the standards of the
tidyverse.
|
2022-05-01 16:11:01 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(time/R-tzdb) Updated 0.1.2 to 0.3.0
# tzdb 0.3.0
* Updated the embedded date library
(SHA 9ea5654c1206e19245dc21d8a2c433e090c8c3f5) (#22).
* Updated the time zone database to 2022a (#21).
* R >=3.4.0 is now required. This is consistent with the standards of the
tidyverse.
* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
protection is included.
# tzdb 0.2.0
* Updated the time zone database to 2021e (#12).
* Updated the embedded date library (SHA d9049ee6976f45eff434c4971baa78ff807562c4).
* Fixed a Windows issue where the time zone database couldn't be found if the
path to it contained Unicode characters (#10).
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-09-08 17:30:54 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(time/R-tzdb) Add buildlink3.mk
|
2021-09-08 16:55:37 by Makoto Fujiwara | Files touched by this commit (3) | |
Log message:
(time/R-tzdb) import R-tzdb-0.1.2
Provides an up-to-date copy of the Internet Assigned Numbers Authority
(IANA) Time Zone Database. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC offsets,
and daylight saving time rules. Additionally, this package provides a
C++ interface for working with the 'date' library. 'date' provides
comprehensive support for working with dates and date-times, which
this package exposes to make it easier for other R packages to
utilize. Headers are provided for calendar specific calculations,
along with a limited interface for time zone manipulations.
|