pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-stabledist



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Nov 24 01:57:53 UTC 2024

Modified Files:
        pkgsrc/math/R-stabledist: Makefile distinfo

Log Message:
(math/R-stabledist) Updated 0.7.1 to 0.7.2

2024-02-23  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * DESCRIPTION (Version): 0.7-2; fixed references. rm'ed `Author`:
        indeed redundant (and still giving check Note).

2023-10-21  Georgi Boshnakov

        * runit.StableDistribution.R: changed fBasics::.distCheck to
        fBasics::distCheck since .distCheck is deprecated.

        * DESCRIPTION (Author): edited 'Author' and 'Author@R' fields to
        match completely, since R check was giving a Note that the former
        differs from the one generated from Author@R (e.g., 'Diethelm
        Wuertz [aut]' vs 'Diethelm Wuertz [aut] (original code)').
        I would have removed 'Author' completely (it is redundant) but was
        not sure if it is kept there for compatibility with older R
        versions.

        * DESCRIPTION (LazyData): removed field LazyData, as it is
        redundant.


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

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

Modified files:

Index: pkgsrc/math/R-stabledist/Makefile
diff -u pkgsrc/math/R-stabledist/Makefile:1.4 pkgsrc/math/R-stabledist/Makefile:1.5
--- pkgsrc/math/R-stabledist/Makefile:1.4       Thu Aug  8 19:53:54 2019
+++ pkgsrc/math/R-stabledist/Makefile   Sun Nov 24 01:57:53 2024
@@ -1,13 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:54 brook Exp $
+# $NetBSD: Makefile,v 1.5 2024/11/24 01:57:53 mef Exp $
 
 R_PKGNAME=     stabledist
-R_PKGVER=      0.7-1
-CATEGORIES=    math
+R_PKGVER=      0.7-2
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Stable distribution functions
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+# Packages suggested but not available:
+#   'FMStable', 'Rmpfr', 'sfsmisc', 'libstable4u'
+
+TEST_DEPENDS+= R-fBasics-[0-9]*:../../finance/R-fBasics
+TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-stabledist/distinfo
diff -u pkgsrc/math/R-stabledist/distinfo:1.3 pkgsrc/math/R-stabledist/distinfo:1.4
--- pkgsrc/math/R-stabledist/distinfo:1.3       Tue Oct 26 10:55:33 2021
+++ pkgsrc/math/R-stabledist/distinfo   Sun Nov 24 01:57:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:55:33 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/11/24 01:57:53 mef Exp $
 
-BLAKE2s (R/stabledist_0.7-1.tar.gz) = e3aca11f52eee1077123318ced1861588dd338e9d834127a313ce48ec054f14c
-SHA512 (R/stabledist_0.7-1.tar.gz) = f0819fbd39ea53efae5a1e862801d3aa9ae304edad18ecfa1ea06683480d79081e8b42c5af2d9c627673d55b74b948bf2127a519d8a73cb65aa8a9f4d786789a
-Size (R/stabledist_0.7-1.tar.gz) = 31963 bytes
+BLAKE2s (R/stabledist_0.7-2.tar.gz) = a187cf39099391865d59fdc09a80652b2c334d867ccd7b5a2e12bd18b4c4b858
+SHA512 (R/stabledist_0.7-2.tar.gz) = c9d1a2238bd33aa7d432c48a0c94a9e1ec1e170e91cbbdcbe18beb3b6ec20be0b9796707f931b978c3a95caa06975d0a422d08a93287bbde91a8a512f37aeb04
+Size (R/stabledist_0.7-2.tar.gz) = 33308 bytes



Home | Main Index | Thread Index | Old Index