Skip to content

Commit

Permalink
(math/R-gtools) Updated 3.9.2 to 3.9.4
Browse files Browse the repository at this point in the history
gtools 3.9.4
-------------------------

- correct `stars.pval` code/doc mismatch (GH #13)
- remove spurious `browser()` call in `lastAdd`

gtools 3.9.3 - 2022-07-08
-------------------------

- maintainer switch to Ben Bolker
- removed `assignEdgewise`/`unByteCodeAssign` (uses CRAN-deprecated
  `unlockBindings()` call)
  • Loading branch information
mef committed Jun 11, 2023
1 parent 03156b2 commit 6a4829e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions math/R-gtools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.10 2021/09/16 22:41:01 mef Exp $
# $NetBSD: Makefile,v 1.11 2023/06/11 05:59:30 mef Exp $

R_PKGNAME= gtools
R_PKGVER= 3.9.2
R_PKGVER= 3.9.4

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Various R programming tools
Expand All @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2

TEST_DEPENDS+= R-car-[0-9]*:../../math/R-car
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi

CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so

Expand Down
8 changes: 4 additions & 4 deletions math/R-gtools/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2021/10/26 10:55:28 nia Exp $
$NetBSD: distinfo,v 1.11 2023/06/11 05:59:30 mef Exp $

BLAKE2s (R/gtools_3.9.2.tar.gz) = dead8b8253ac0637979e98e88c1b4c557c5ca29d31fc56adbe167b7d2cb3f146
SHA512 (R/gtools_3.9.2.tar.gz) = edec7dbbe39975764d5acb0dfe465bb31636c6de4c51ee75eec67d9ba48bd3cd025751a115a314ff776d9b2581a3ea047feab85cd66840300a705c77b4b91c5f
Size (R/gtools_3.9.2.tar.gz) = 240402 bytes
BLAKE2s (R/gtools_3.9.4.tar.gz) = 8893ffb2b4e3c2866df4d094dcb0975c5125b77f5980e5db0d3ec2dff75ee47e
SHA512 (R/gtools_3.9.4.tar.gz) = 3bebb121e91888ae4ff841ef7f0a215ffde2ca229531faf68b5311e438350627e5476e8367370f33c08883f5c3915a5724773c7028ffe23eab0728a37fd44b9f
Size (R/gtools_3.9.4.tar.gz) = 240661 bytes

0 comments on commit 6a4829e

Please sign in to comment.