Skip to content

Commit

Permalink
(math/R-poweRlaw) Updated 0.76.6 to 0.80.0, make test wants Font tcrm…
Browse files Browse the repository at this point in the history
…1095

# poweRlaw 0.80.0
  * fix: Catch extreme tail situations for lognormal distribution #88.
  * fix: Package engine in vignette
  * fix: Some linting
  • Loading branch information
mef committed Feb 5, 2024
1 parent b1c257d commit 0269f7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
18 changes: 16 additions & 2 deletions math/R-poweRlaw/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2023/08/11 07:42:43 mef Exp $
# $NetBSD: Makefile,v 1.6 2024/02/05 20:37:59 mef Exp $

R_PKGNAME= poweRlaw
R_PKGVER= 0.70.6
R_PKGVER= 0.80.0

MAINTAINER= minskim@NetBSD.org
COMMENT= Analysis of heavy tailed distributions
Expand All @@ -14,6 +14,20 @@ TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

# !pdfTeX error: pdflatex (file tcrm1095): Font tcrm1095 at 600 not found
TEST_DEPENDS+= tex-bookmark-[0-9]*:../../print/tex-bookmark
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-framed-[0-9]*:../../print/tex-framed
TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
TEST_DEPENDS+= tex-thumbpdf-[0-9]*:../../print/tex-thumbpdf
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions math/R-poweRlaw/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/08/11 07:42:43 mef Exp $
$NetBSD: distinfo,v 1.6 2024/02/05 20:37:59 mef Exp $

BLAKE2s (R/poweRlaw_0.70.6.tar.gz) = cfa8a48314e293b5f35b5c547735fb7b94565e6ff84cafbdbb951216e3796c9a
SHA512 (R/poweRlaw_0.70.6.tar.gz) = 708562f95dca34874b385d5b3c44f41327a45c51fd4b8b19d47e3c6bb5e366e04e5f55e73bcb755aef59a7a263eb7d3698d9cfbdcca4dbd10384e1a7d1684ac6
Size (R/poweRlaw_0.70.6.tar.gz) = 4267620 bytes
BLAKE2s (R/poweRlaw_0.80.0.tar.gz) = 72c62a0078090963bacd21e22651e26e8375509d9eaa5784e6d81a95b250e542
SHA512 (R/poweRlaw_0.80.0.tar.gz) = 4f81b7f7a6177b5e86152565758fae7315a1d4e69ac7482e80158951ad486d302721d8e4c0d8545dbe6d1876543bcf10c30e7784e79faac8694830f6813f9858
Size (R/poweRlaw_0.80.0.tar.gz) = 4476068 bytes

0 comments on commit 0269f7a

Please sign in to comment.