forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(math/R-gtable) Updated 0.3.0 to 0.3.3
# gtable 0.3.3 * Specify minimum rlang version # gtable 0.3.2 * General upkeep # gtable 0.3.1 * Re-documented to fix HTML issues in `.Rd`. * gtable has been re-licensed as MIT (#85).
- Loading branch information
mef
committed
Jun 11, 2023
1 parent
49f0d11
commit c0eb36e
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:50 brook Exp $ | ||
# $NetBSD: Makefile,v 1.5 2023/06/11 06:27:29 mef Exp $ | ||
|
||
R_PKGNAME= gtable | ||
R_PKGVER= 0.3.0 | ||
CATEGORIES= math | ||
R_PKGVER= 0.3.3 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Arrange 'Grobs' in tables | ||
LICENSE= gnu-gpl-v2 | ||
|
||
DEPENDS+= R-cli-[0-9]*:../../devel/R-cli | ||
DEPENDS+= R-glue-[0-9]*:../../devel/R-glue | ||
DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle | ||
DEPENDS+= R-rlang>=1.0.0:../../devel/R-rlang | ||
|
||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr | ||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown | ||
TEST_DEPENDS+= R-profvis-[0-9]*:../../benchmarks/R-profvis | ||
|
||
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin | ||
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec | ||
|
||
USE_LANGUAGES= # none | ||
|
||
.include "../../math/R/Makefile.extension" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2021/10/26 10:55:28 nia Exp $ | ||
$NetBSD: distinfo,v 1.5 2023/06/11 06:27:29 mef Exp $ | ||
|
||
BLAKE2s (R/gtable_0.3.0.tar.gz) = 02e1aac1415a67949f0c56d76ca10303923ccd68dd7c8b5f99e3f844bca7cd6d | ||
SHA512 (R/gtable_0.3.0.tar.gz) = 20fa86874a286f5b49ca428040113cb94272df966dd8e0403648ecc76672d8680239fc8030ea803cf65c5baa3acf1698b068b7c51163fa7f27acc31242befc52 | ||
Size (R/gtable_0.3.0.tar.gz) = 368081 bytes | ||
BLAKE2s (R/gtable_0.3.3.tar.gz) = 34d83ba8df1290efa1cd3c1dc5e4ce1d7778908b12165091af45a4896f9e1dee | ||
SHA512 (R/gtable_0.3.3.tar.gz) = e2dadf64b0b8f9879891c875e5b73b618ca18e927bf3d7521b7dcebd8d5bbac94ccb2e70e26f660d411c9a379e43939e45d89faa702df8f89230dfcdf82cba51 | ||
Size (R/gtable_0.3.3.tar.gz) = 130057 bytes |