diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-02-25 19:33:05 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-02-25 19:33:05 +0000 |
commit | 407c1bd712d10c722bd726061d95918fcb87dee5 (patch) | |
tree | bff23643dc9e0a2a890e4f0a18636ebc9bb689de /math | |
parent | df741a190b7115d8a2d793e73c0ba7a38ee62856 (diff) | |
download | pkgsrc-407c1bd712d10c722bd726061d95918fcb87dee5.tar.gz |
Update math/R-chron to 2.3-47.
2015-06-24 Kurt Hornik <Kurt.Hornik@wu.ac.at>
* DESCRIPTION (Version): New version is 2.3-47.
* NAMESPACE: Add missing imports.
2015-02-11 Kurt Hornik <Kurt.Hornik@wu.ac.at>
* DESCRIPTION (Version): New version is 2.3-46.
* R/times.R:
* man/trunc.times.Rd:
Add round method for times objects via Math.times (to
be able to use the same arguments as the trunc methods,
differently from the generic).
Suggestion by Gabor Grothendieck <ggrothendieck@gmail.com>.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-chron/Makefile | 4 | ||||
-rw-r--r-- | math/R-chron/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-chron/Makefile b/math/R-chron/Makefile index 877c528c883..d518ceaad85 100644 --- a/math/R-chron/Makefile +++ b/math/R-chron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/08/26 14:08:02 brook Exp $ +# $NetBSD: Makefile,v 1.8 2016/02/25 19:33:05 fhajny Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Chronological objects which can handle dates and times LICENSE= gnu-gpl-v2 R_PKGNAME= chron -R_PKGVER= 2.3-45 +R_PKGVER= 2.3-47 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-chron/distinfo b/math/R-chron/distinfo index 57a7dee79f5..5133c9f67c7 100644 --- a/math/R-chron/distinfo +++ b/math/R-chron/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:27 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/02/25 19:33:05 fhajny Exp $ -SHA1 (R/chron_2.3-45.tar.gz) = 63ca63d330a31f04cbdcf997fb30f3ed247b47f0 -RMD160 (R/chron_2.3-45.tar.gz) = 27a1be0d6ce550b6730a44aa67782fdb4f6677bd -SHA512 (R/chron_2.3-45.tar.gz) = 470ce5947c97589f00818cf7f77914ac685ab1af10aa5022a38c045b6186fd95685b1b0e404640fd71cff1dfd3e4bf282900356513cde0e633c25008fb021c7e -Size (R/chron_2.3-45.tar.gz) = 36242 bytes +SHA1 (R/chron_2.3-47.tar.gz) = 41a5a1ebf21b8d71a3180aac2067771c06ddcc3b +RMD160 (R/chron_2.3-47.tar.gz) = f74454d3d8e87f59682a09ed9656705554ff949c +SHA512 (R/chron_2.3-47.tar.gz) = c98cbb717e7384797d17ea35f17ad0107e4cb5bfe4f5c9bff9f230fa500879d662699628eea7a8741572c0cfa5d90c4d63e04d1cc0a1d0b4405156cbc758d8fc +Size (R/chron_2.3-47.tar.gz) = 36464 bytes |