Skip to content

Commit b4933b5

Browse files
author
mef
committed
(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
1 parent 5e81198 commit b4933b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

math/R-gtable/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.6 2024/01/26 14:00:12 mef Exp $
1+
# $NetBSD: Makefile,v 1.7 2024/11/03 06:33:55 mef Exp $
22

33
R_PKGNAME= gtable
4-
R_PKGVER= 0.3.4
4+
R_PKGVER= 0.3.6
55

66
MAINTAINER= [email protected]
77
COMMENT= Arrange 'Grobs' in tables

math/R-gtable/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.6 2024/01/26 14:00:12 mef Exp $
1+
$NetBSD: distinfo,v 1.7 2024/11/03 06:33:55 mef Exp $
22

3-
BLAKE2s (R/gtable_0.3.4.tar.gz) = 5fd79679ce45dabec58a661df01cfc356c2b5c26328c7c7a6f59d1202b0a1487
4-
SHA512 (R/gtable_0.3.4.tar.gz) = dfc1eff78a6bc693b0f9d87808857f14b8bb5ad27d2fd106b7df532b537f0d41b924faa5d5b9a21549f2afbaf73dc4bc578c2cfa70e82d87744152f7901c5e15
5-
Size (R/gtable_0.3.4.tar.gz) = 130100 bytes
3+
BLAKE2s (R/gtable_0.3.6.tar.gz) = e981aa1d8a59a0d7b8178ce11019116903bb4f8af9f2ad63b5bf22969f6d85e4
4+
SHA512 (R/gtable_0.3.6.tar.gz) = 6a95e7879edad1a1c41f0a97ad9a0ba671ab11f1c52f20ccede815b75104634f952c1ee6ce6b45d63122ef29e0a2900762658f1617250607b279f9444472e17b
5+
Size (R/gtable_0.3.6.tar.gz) = 148148 bytes

0 commit comments

Comments
 (0)