pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-compositions



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov  1 23:32:34 UTC 2024

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

Log Message:
(math/R-compositions) Updated 2.0.7 to 2.0.8

Version 2.0-8
   * test files report all warnings, as `options(warn=1)` has been included in
     each one; numerical results have been rounded to three digits, to ease comparison;
     warnings intended for end-users have been suppressed with a human-readable marking.
   * plot.acomp() produced a funny warning by accummulating par() arguments; this
     has been programmed more cleanly.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-compositions/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-compositions/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-compositions/Makefile
diff -u pkgsrc/math/R-compositions/Makefile:1.6 pkgsrc/math/R-compositions/Makefile:1.7
--- pkgsrc/math/R-compositions/Makefile:1.6     Thu Jan 25 22:10:00 2024
+++ pkgsrc/math/R-compositions/Makefile Fri Nov  1 23:32:34 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/01/25 22:10:00 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/01 23:32:34 mef Exp $
 
 R_PKGNAME=     compositions
-R_PKGVER=      2.0-7
+R_PKGVER=      2.0-8
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Compositional data analysis

Index: pkgsrc/math/R-compositions/distinfo
diff -u pkgsrc/math/R-compositions/distinfo:1.8 pkgsrc/math/R-compositions/distinfo:1.9
--- pkgsrc/math/R-compositions/distinfo:1.8     Thu Jan 25 22:10:00 2024
+++ pkgsrc/math/R-compositions/distinfo Fri Nov  1 23:32:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/25 22:10:00 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/11/01 23:32:34 mef Exp $
 
-BLAKE2s (R/compositions_2.0-7.tar.gz) = 007cafe42088d614fd4f9768f618b2ca061f14e6c1793da35e7281e83194425d
-SHA512 (R/compositions_2.0-7.tar.gz) = 6e466b35707257bf15d8121346a00a396fe9b3d7d157462f146936858411597cda03efa8ab0d9f0e4a0046bb4ef65183d45bc15480a717d922ebeabaac680587
-Size (R/compositions_2.0-7.tar.gz) = 3073825 bytes
+BLAKE2s (R/compositions_2.0-8.tar.gz) = e48bb8cc85127d948df8fd9b9ed7aafa33a6aed7ee0ff6a2d183353275afbdf6
+SHA512 (R/compositions_2.0-8.tar.gz) = 80bf49fc8ef877867af2b7ecf10fd271bb6e379b8a8b04c9e6a423700ae5e648b3e59384a1495e97f67f3ac8e16069ebb3ca44d70e2a0a7c64974eb04230858b
+Size (R/compositions_2.0-8.tar.gz) = 2947341 bytes



Home | Main Index | Thread Index | Old Index