News for Package nanotime
Changes in version 0.3.12.1 (unreleased)
Changes in version 0.3.12 (2025-04-02)
-
Update continuous integration to use r-ci action with bootstrap
-
Add ggplot2 to Suggests due to use in demo/ which is now scanned
-
Refine a version comparison for R 4.5.0 to be greater or equal
Changes in version 0.3.11 (2025-01-10)
Changes in version 0.3.10 (2024-09-16)
Changes in version 0.3.9 (2024-06-21)
Changes in version 0.3.8 (2024-06-19)
Changes in version 0.3.7 (2022-10-23)
Changes in version 0.3.6 (2022-03-06)
Changes in version 0.3.5 (2021-12-14)
-
Applied patch by Tomas Kalibera for Windows UCRT under the upcoming R
4.2.0 expected for April.
Changes in version 0.3.4 (2021-11-24)
Changes in version 0.3.3 (2021-08-09)
Changes in version 0.3.2 (2020-09-03)
Changes in version 0.3.1 (2020-08-09)
Changes in version 0.3.0 (2020-08-06)
-
Use
tzstr= instead of tz= in call to
RcppCCTZ::parseDouble()) (Matt Dowle in
[#49](https://github.com/eddelbuettel/nanotime/issues/49)).
-
Add new comparison operators for
nanotime and
charcters (Dirk in
[#54](https://github.com/eddelbuettel/nanotime/issues/54)
fixing
[#52](https://github.com/eddelbuettel/nanotime/issues/52)).
-
Switch from RUnit to
tinytest (Dirk in
[#55](https://github.com/eddelbuettel/nanotime/issues/55))
-
Substantial functionality extension in with new types
nanoduration, nanoival and
nanoperiod (Leonardo in
[#58](https://github.com/eddelbuettel/nanotime/issues/58),
[#60](https://github.com/eddelbuettel/nanotime/issues/60),
[#62](https://github.com/eddelbuettel/nanotime/issues/62),
[#63](https://github.com/eddelbuettel/nanotime/issues/63),
[#65](https://github.com/eddelbuettel/nanotime/issues/65),
[#67](https://github.com/eddelbuettel/nanotime/issues/67),
[#70](https://github.com/eddelbuettel/nanotime/issues/70)
fixing
[#47](https://github.com/eddelbuettel/nanotime/issues/47),
[#51](https://github.com/eddelbuettel/nanotime/issues/51),
[#57](https://github.com/eddelbuettel/nanotime/issues/57),
[#61](https://github.com/eddelbuettel/nanotime/issues/61),
[#64](https://github.com/eddelbuettel/nanotime/issues/64)
with assistance from Dirk).
-
A new (yet still draft-ish) vignette was added describing the four core
types (Leonardo and Dirk in
[#71](https://github.com/eddelbuettel/nanotime/issues/71)).
-
A required compilation flag for Windows was added (Leonardo in
[#72](https://github.com/eddelbuettel/nanotime/issues/72)).
-
RcppCCTZ function are called in new
‘non-throwing’ variants to not trigger exeception errors (Leonardo in
[#73](https://github.com/eddelbuettel/nanotime/issues/73)).
Changes in version 0.2.4 (2019-05-25)
Changes in version 0.2.3 (2018-09-30)
Changes in version 0.2.2 (2018-07-18)
Changes in version 0.2.1 (2018-07-01)
Changes in version 0.2.0 (2017-06-22)
Changes in version 0.1.2 (2017-03-27)
-
The
as.integer64 function is now exported as well.
Changes in version 0.1.1 (2017-02-04)
Changes in version 0.1.0 (2017-01-10)
Changes in version 0.0.1 (2016-12-15)
-
Initial CRAN upload.
-
Package is functional and provides examples.