pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-gtable



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Nov  3 06:33:55 UTC 2024

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

Log Message:
(math/R-gtable) Updated 0.3.4 to 0.3.6

# gtable 0.3.6

* Added `as.gtable()` S3 method (#97).
* Add `clip` argument to `gtable_col()` and `gtable_row()` (#56)
* Indexing a gtable with `NA` will now insert a zero-dimension row/column at the
  position of the `NA`-index (#13)

# gtable 0.3.5

* Fixed partial matching issue when constructing viewport in `gtable()` (#94)
* General upkeep


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-gtable/Makefile \
    pkgsrc/math/R-gtable/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-gtable/Makefile
diff -u pkgsrc/math/R-gtable/Makefile:1.6 pkgsrc/math/R-gtable/Makefile:1.7
--- pkgsrc/math/R-gtable/Makefile:1.6   Fri Jan 26 14:00:12 2024
+++ pkgsrc/math/R-gtable/Makefile       Sun Nov  3 06:33:55 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/01/26 14:00:12 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/03 06:33:55 mef Exp $
 
 R_PKGNAME=     gtable
-R_PKGVER=      0.3.4
+R_PKGVER=      0.3.6
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Arrange 'Grobs' in tables
Index: pkgsrc/math/R-gtable/distinfo
diff -u pkgsrc/math/R-gtable/distinfo:1.6 pkgsrc/math/R-gtable/distinfo:1.7
--- pkgsrc/math/R-gtable/distinfo:1.6   Fri Jan 26 14:00:12 2024
+++ pkgsrc/math/R-gtable/distinfo       Sun Nov  3 06:33:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/01/26 14:00:12 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/11/03 06:33:55 mef Exp $
 
-BLAKE2s (R/gtable_0.3.4.tar.gz) = 5fd79679ce45dabec58a661df01cfc356c2b5c26328c7c7a6f59d1202b0a1487
-SHA512 (R/gtable_0.3.4.tar.gz) = dfc1eff78a6bc693b0f9d87808857f14b8bb5ad27d2fd106b7df532b537f0d41b924faa5d5b9a21549f2afbaf73dc4bc578c2cfa70e82d87744152f7901c5e15
-Size (R/gtable_0.3.4.tar.gz) = 130100 bytes
+BLAKE2s (R/gtable_0.3.6.tar.gz) = e981aa1d8a59a0d7b8178ce11019116903bb4f8af9f2ad63b5bf22969f6d85e4
+SHA512 (R/gtable_0.3.6.tar.gz) = 6a95e7879edad1a1c41f0a97ad9a0ba671ab11f1c52f20ccede815b75104634f952c1ee6ce6b45d63122ef29e0a2900762658f1617250607b279f9444472e17b
+Size (R/gtable_0.3.6.tar.gz) = 148148 bytes



Home | Main Index | Thread Index | Old Index