pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/R-nanotime
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 11 14:14:19 UTC 2025
Modified Files:
pkgsrc/time/R-nanotime: Makefile distinfo
Log Message:
(time/R-nanotime) Updated 0.3.7 to 0.3.10
2024-09-16 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Release 0.3.10
2024-09-15 Dirk Eddelbuettel <edd%debian.org@localhost>
* demo/ggplot2Example.R: Removed to local/
* demo/00Index: Removed entry for gpplot2Example
2024-09-09 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version and date
* R/nanoival.R (setdiff): Under R 4.5.0, call setdiff for integer64
* R/nanotime.R (setMethod): Under R 4.5.0, define unique method
* NAMESPACE: Conditionally export unique
* man/nanotime.Rd: Alias unique
2024-08-31 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Authors@R): Added
2024-06-22 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/tinytest/test_nanotime.R: Retire test for Solaris
* inst/tinytest/test_nanoperiod.R: Idem
* inst/tinytest/test_nanoival.R: Idem
* inst/tinytest/test_zoo.R: Idem
2024-06-21 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Release 0.3.9
2024-06-20 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/tinytest/test_nanotime.R: Condition two tests to not run on arm64
* .github/workflows/ci.yaml (jobs): Add macOS-latest back to matrix
2024-06-19 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Release 0.3.8
* README.md: Use tinyverse.netlify.app for dependency badge
2024-06-18 Dirk Eddelbuettel <edd%debian.org@localhost>
* R/nanotime.R: Simplify one reference to RcppCCTZ
* man/nanotime.Rd: Idem
* inst/tinytest/test_nanoival.R: Condition some tests on being in an
'extended' run
2024-06-16 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/include/nanotime/interval.hpp: Add extra braces
* src/interval.cpp: Updated output stream helper
* src/period.cpp: Idem
* src/Makevars (CXX_STD): Set C++17
* src/Makevars.win (CXX_STD): Idem
* src/Makevars.ucrt: Removed
2024-06-14 Leonardo Silvestri <lsilvestr%ztsdb.org@localhost>
* src/Makevars.win: Remove -mno-ms-bitfields
2024-06-13 Leonardo Silvestri <lsilvestr%ztsdb.org@localhost>
* inst/include/nanotime/interval.hpp: NA behavior for bitfield
2024-06-11 Leonardo Silvestri <lsilvestr%ztsdb.org@localhost>
* inst/include/nanotime/interval.hpp: Initial fix for bitfield
* inst/include/nanotime/period.hppL Idem
* src/interval.cpp: Idem
2024-06-09 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-05-24 Leonardo Silvestri <lsilvestr%ztsdb.org@localhost>
* R/nanoduration.R: duration divided by duration returns double
* inst/tinytest/test_nanoduration.R: additional test for the above
* inst/include/nanotime/utilities.hpp: Use interface function Rf_asS4
instead of internal SET_S4_OBJECT
* src/interval.cpp: Change setting of S4 bit before names assigment
2024-04-28 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version and date
* R/nanoperiod.R: Add missing backslash in code call
* man/nanoperiod.Rd: Idem
2024-02-16 Dirk Eddelbuettel <edd%debian.org@localhost>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2023-09-26 Leonardo Silvestri <lsilvestri%ztsdb.org@localhost>
* R/nanotime.R: Further refinement for default UTC timezone
* inst/tinytest/test_nanotime.R: Idem
2023-09-22 Dirk Eddelbuettel <edd%debian.org@localhost>
* R/nanotime.R: Provide default UTC timezone in 'as.Date()'
* tests/simpleTests.R: Adjist a test accordingly
* inst/tinytest/test_nanotime.R: Idem
2023-09-21 Leonardo Silvestri <lsilvestri%ztsdb.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* R/nanotime.R: Fixed 'as.Date' to force use of timezone and to
allow the timezone argument to be a vector
2023-07-11 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Add r-universe badge
2023-07-06 Leonardo Silvestri <lsilvestri%ztsdb.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* R/nanotime.R: added parameter 'accurate' to functions 'nanotime'
and 'as.nanotime' when the argument is a 'POSIXct'.
* inst/tinytest/test_nanotime.R: added tests for 'accurate' parameter.
* man/nanotime.Rd: added documentation for 'accurate' parameter.
2023-03-12 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* src/Makevars: No longer set compilation standard
* src/Makevars.win: Idem
* src/Makevars.ucrt: Idem
2022-12-06 Dirk Eddelbuettel <edd%debian.org@localhost>
* 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 <edd%debian.org@localhost>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/R-nanotime/Makefile \
pkgsrc/time/R-nanotime/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/R-nanotime/Makefile
diff -u pkgsrc/time/R-nanotime/Makefile:1.1 pkgsrc/time/R-nanotime/Makefile:1.2
--- pkgsrc/time/R-nanotime/Makefile:1.1 Sun Jan 21 10:35:29 2024
+++ pkgsrc/time/R-nanotime/Makefile Sat Jan 11 14:14:19 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/01/21 10:35:29 mef Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/11 14:14:19 mef Exp $
R_PKGNAME= nanotime
-R_PKGVER= 0.3.7
+R_PKGVER= 0.3.10
CATEGORIES= time
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/time/R-nanotime/distinfo
diff -u pkgsrc/time/R-nanotime/distinfo:1.1 pkgsrc/time/R-nanotime/distinfo:1.2
--- pkgsrc/time/R-nanotime/distinfo:1.1 Sun Jan 21 10:35:29 2024
+++ pkgsrc/time/R-nanotime/distinfo Sat Jan 11 14:14:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/01/21 10:35:29 mef Exp $
+$NetBSD: distinfo,v 1.2 2025/01/11 14:14:19 mef Exp $
-BLAKE2s (R/nanotime_0.3.7.tar.gz) = 1507113f4bd7e1f02a436c582a8b58c9f1c5d92368e14df4675188987df97506
-SHA512 (R/nanotime_0.3.7.tar.gz) = 2b35e366100fa4ccb2f787daa4ea42460e07df2367f677c5024f3078184fa7fba0edabfddb9ac206348bbf2b1b806f0d2d748b249f089504981877ab57fe95a8
-Size (R/nanotime_0.3.7.tar.gz) = 412173 bytes
+BLAKE2s (R/nanotime_0.3.10.tar.gz) = b099f15c958e1e0470c207d62d9e41ec9c417d14f4471de898b3ed97dac31dec
+SHA512 (R/nanotime_0.3.10.tar.gz) = d3eae200d958936da1efd4a5b41af6c75148049982255b5c4999614d7d13883bc3f2335d0af1629802c7d34e535657518296e024e2145d8f7f9ed9fcc907ce5e
+Size (R/nanotime_0.3.10.tar.gz) = 408037 bytes
Home |
Main Index |
Thread Index |
Old Index