pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/R-fBasics



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  7 14:27:46 UTC 2026

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

Log Message:
(finance/R-fBasics) Updated 4041.97 to 4052.98

# fBasics 4052.98

- removed include directive for R_ext/PrtUtil.h from src/nig.c (R-devel throws
  warning about it now).

- removed other redundant include directives in src/nig.c

- removed a superfluous tabular environment from 'plot-qqPlot.Rd' (it was
  raising a NOTE in recent CRAN checks).

- the documentation of several plotting functions (e.g., `qqnigPlot`) was
  stating that, besides `TRUE` or `FALSE`, argument `grid` could have values
  requesting vertical or horizontal grid lines only. But the code doesn't handle
  this. Fixed the documentation of those functions to reflect this.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/R-fBasics/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/R-fBasics/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-fBasics/Makefile
diff -u pkgsrc/finance/R-fBasics/Makefile:1.5 pkgsrc/finance/R-fBasics/Makefile:1.6
--- pkgsrc/finance/R-fBasics/Makefile:1.5       Sat Jan  4 22:28:30 2025
+++ pkgsrc/finance/R-fBasics/Makefile   Sun Jun  7 14:27:46 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/01/04 22:28:30 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/06/07 14:27:46 mef Exp $
 
 R_PKGNAME=     fBasics
-R_PKGVER=      4041.97
+R_PKGVER=      4052.98
 CATEGORIES=    finance
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/finance/R-fBasics/distinfo
diff -u pkgsrc/finance/R-fBasics/distinfo:1.4 pkgsrc/finance/R-fBasics/distinfo:1.5
--- pkgsrc/finance/R-fBasics/distinfo:1.4       Sat Jan  4 22:28:30 2025
+++ pkgsrc/finance/R-fBasics/distinfo   Sun Jun  7 14:27:46 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/01/04 22:28:30 mef Exp $
+$NetBSD: distinfo,v 1.5 2026/06/07 14:27:46 mef Exp $
 
-BLAKE2s (R/fBasics_4041.97.tar.gz) = bf737d7d9259a730fec32e989e584cae10eb39d1139db79306eb7e74e661078b
-SHA512 (R/fBasics_4041.97.tar.gz) = e4d274d8206ad551d5606599a37f4b64d4625dc74e5a405ec05be3e0483bef4043f5d9288b0530b95c1a49add53981ad45873818186158b5a7e7b5784d11cc5a
-Size (R/fBasics_4041.97.tar.gz) = 938905 bytes
+BLAKE2s (R/fBasics_4052.98.tar.gz) = a9c1b773cf839eb4d0bccc347f6a5eacdd9671d1666ab07eac46f7c3fee91c4a
+SHA512 (R/fBasics_4052.98.tar.gz) = 0f57296534840b3013cacc9641d9187860aa8280f0cf29c2f771c175bece3fec64a961af7386f9f798f24041909fcc89a192fee2be7691fabc3320d0881b96d6
+Size (R/fBasics_4052.98.tar.gz) = 939038 bytes



Home | Main Index | Thread Index | Old Index