pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/R-timeSeries



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr  2 03:10:27 UTC 2022

Modified Files:
        pkgsrc/finance/R-timeSeries: Makefile distinfo

Log Message:
Update to 3062.100

Upstream changes:
2020-01-24  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * DESCRIPTION (Version): 3062.100 ;  using Authors@R

        * R/utils-head.R: tail.matrix() in R-devel uses 'keepnums'.

        * R/timeSeries-readSeries.R (et all): do *NOT* use
          `if(class(.) == "timeSeries")` but use `inherits(*, "...")` !!

        * R/methods-plot.R (.plotTimeSeries): fix wrong logic in
          `if(.. && at == "auto")` when `at` can be a vector (!)

        * R/aaa-utils.R (`%||%`): utility, to be used extensively in
        * R/methods-plot2.R (.xtplot.timeSeries).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/R-timeSeries/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/R-timeSeries/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/R-timeSeries/Makefile
diff -u pkgsrc/finance/R-timeSeries/Makefile:1.4 pkgsrc/finance/R-timeSeries/Makefile:1.5
--- pkgsrc/finance/R-timeSeries/Makefile:1.4    Thu Aug  8 19:53:41 2019
+++ pkgsrc/finance/R-timeSeries/Makefile        Sat Apr  2 03:10:26 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:41 brook Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/02 03:10:26 wen Exp $
 
 R_PKGNAME=     timeSeries
-R_PKGVER=      3042.102
+R_PKGVER=      3062.100
 CATEGORIES=    finance
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/finance/R-timeSeries/distinfo
diff -u pkgsrc/finance/R-timeSeries/distinfo:1.3 pkgsrc/finance/R-timeSeries/distinfo:1.4
--- pkgsrc/finance/R-timeSeries/distinfo:1.3    Tue Oct 26 10:26:00 2021
+++ pkgsrc/finance/R-timeSeries/distinfo        Sat Apr  2 03:10:26 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:26:00 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/02 03:10:26 wen Exp $
 
-BLAKE2s (R/timeSeries_3042.102.tar.gz) = 8a53afc839b3f6762e883a404d0ba69447fb4f4a352a0f0429cf25fb29a6b4b6
-SHA512 (R/timeSeries_3042.102.tar.gz) = 610c2557803968979ef1114f5ef06ad88164ee3371ebdd99ad3d4ef11d880946b84797db8ede69b41cb84026c343233248d5235fe3d6cf28880889334b6439df
-Size (R/timeSeries_3042.102.tar.gz) = 1256511 bytes
+BLAKE2s (R/timeSeries_3062.100.tar.gz) = 3cb62d4c63acc1b067f2970c2f9dc4731b4c73b758073216e620b8f2ddc5554f
+SHA512 (R/timeSeries_3062.100.tar.gz) = 9a1976f0355ffa0d16148f25f23e93219d4e8e2e44e87fc3d83999223bcb24e701ac6b8722370c559f8b997de33123b9bb6d1953d8e2acfea7c3242e453be73d
+Size (R/timeSeries_3062.100.tar.gz) = 1281981 bytes



Home | Main Index | Thread Index | Old Index