From 1e4c2e378a8a8d7c75c70353623520e01e83827b Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 6 Dec 2022 16:35:08 -0600 Subject: [PATCH] Roll micro version --- ChangeLog | 8 ++++++++ DESCRIPTION | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 321a66b..c901131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-12-06 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Roll minor version + + * R/nanotime.R: Add example for additional format plus reference to + \pkg{RcppCCTZ} documentation which has format details + * man/nanotime.Rd: Idem + 2022-11-08 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3 diff --git a/DESCRIPTION b/DESCRIPTION index af812dd..d3c8e21 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: nanotime Type: Package Title: Nanosecond-Resolution Time Support for R -Version: 0.3.7 -Date: 2022-10-23 +Version: 0.3.7.1 +Date: 2022-12-06 Author: Dirk Eddelbuettel and Leonardo Silvestri Maintainer: Dirk Eddelbuettel Description: Full 64-bit resolution date and time functionality with @@ -15,7 +15,7 @@ LinkingTo: Rcpp, RcppCCTZ, RcppDate License: GPL (>= 2) URL: https://github.com/eddelbuettel/nanotime, https://eddelbuettel.github.io/nanotime/, https://dirk.eddelbuettel.com/code/nanotime.html BugReports: https://github.com/eddelbuettel/nanotime/issues -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.2 Collate: 'nanotime.R' 'nanoival.R'