pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/R-timeDate
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 4 14:53:44 UTC 2025
Modified Files:
pkgsrc/time/R-timeDate: Makefile distinfo
Log Message:
(time/R-timeDate) Updated 4032.109 to 4041.110
# timeDate 4041.110
- new `timeDate` method for `$` for extraction of components of timeDate objects
- e.g., for a timeDate object `td`, `td$year`, `td$month`, and `td$sec` give
numeric vectors containing the corresponding components. In interactive
sessions completion is supported, usually by hitting the <TAB> key.
- new timeDate methods for the base R functions `quarters` and `weekdays` (they
return character vectors of names).
- new `timeDate` method for `months` returning a character vector. For now, a
character vector will be returned only if argument 'abbreviate' is set
explicitly (to `TRUE` or `FALSE`). If 'abbreviate' is missing, the numeric
values are returned, see the deprecation note below.
*Deprecation Warning:* a `timeDate` method for `months` has existed for a long
time but it was returning a numeric vector, which is inconsistent with the
other methods for months in base R (they return names of months). Returning a
numeric vector when 'abbreviate' is missing is a temporary compromise, to
avoid breaking old code but this should be considered deprecated. Use
`td$month` to get the numbers.
- now `timeDate(character(0))` returns a 0-length "timeDate" object. Previously
it was returning an `NA` "timeDate" object of length 1 if argument 'format'
was missing and a 0-length object otherwise.
- changed the "timeDate" method for `show` to print something like 'timeDate of
length 0' along with the FinCenter, which seems better than the previous
output for this case.
- new function `InternationalWomensDay` (suggested by Alexander Bartel
with code), fixes R-forge issue #6855). Now included in the list
returned by `listHolidays`.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/R-timeDate/Makefile \
pkgsrc/time/R-timeDate/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-timeDate/Makefile
diff -u pkgsrc/time/R-timeDate/Makefile:1.5 pkgsrc/time/R-timeDate/Makefile:1.6
--- pkgsrc/time/R-timeDate/Makefile:1.5 Thu Jan 18 14:11:56 2024
+++ pkgsrc/time/R-timeDate/Makefile Sat Jan 4 14:53:44 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/01/18 14:11:56 mef Exp $
+# $NetBSD: Makefile,v 1.6 2025/01/04 14:53:44 mef Exp $
R_PKGNAME= timeDate
-R_PKGVER= 4032.109
+R_PKGVER= 4041.110
CATEGORIES= time
MAINTAINER= minskim%NetBSD.org@localhost
@@ -9,9 +9,13 @@ COMMENT= Chronological and calendar obje
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
-# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
-#EST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= # none
Index: pkgsrc/time/R-timeDate/distinfo
diff -u pkgsrc/time/R-timeDate/distinfo:1.5 pkgsrc/time/R-timeDate/distinfo:1.6
--- pkgsrc/time/R-timeDate/distinfo:1.5 Thu Jan 18 14:11:56 2024
+++ pkgsrc/time/R-timeDate/distinfo Sat Jan 4 14:53:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/01/18 14:11:56 mef Exp $
+$NetBSD: distinfo,v 1.6 2025/01/04 14:53:44 mef Exp $
-BLAKE2s (R/timeDate_4032.109.tar.gz) = 8d64b24621820c8a45b296defad8e2c536d8bc9168333f3a0efcb65d1a5decf4
-SHA512 (R/timeDate_4032.109.tar.gz) = 3ddf348f2b6fed027cd42cb5a1244b1a366422920124958eb240e7b5590295d7691ce498934f715979ebddddac97e6d199e70afa09f9330066f147682878fe3e
-Size (R/timeDate_4032.109.tar.gz) = 352769 bytes
+BLAKE2s (R/timeDate_4041.110.tar.gz) = 4221220880049fbecfa36a646f4f797760ef80f9f013eb07d0e9185fe225d555
+SHA512 (R/timeDate_4041.110.tar.gz) = a167703f066615eefecf433245154b9b17993b49000f001733a47c629ba3200759d61c6153975bd0dd7ad599e824fe6262ad1edb680d2a5043c4645e3e2bd302
+Size (R/timeDate_4041.110.tar.gz) = 353292 bytes
Home |
Main Index |
Thread Index |
Old Index