pkgsrc/math/R-poweRlaw/Makefile
mef 474b6c0399 (math/R-poweRlaw) Updated 0.70.2 to 0.70.6
Version 0.70.6
---------------
  * Change `scrpage2` to `scrlayer-scrpage` in vignettes. `scrpage2` now obsolete.
  * Removed unused `Suggests`.

Version 0.70.5
---------------
  * Use `pracma` for calculating `zeta()`. `VGAM` may be getting archived.

Version 0.70.4
---------------
  * As v0.70.3, but README URL tweaked for CRAN (www. -> https://www.)

Version 0.70.3
--------------
  * Fix typo in file name.
  * Better handling of extreme data.
  * Bug fix: Setting `seed = NULL` could lead to repeatable random numbers. This
    is now avoided.
  * Bug fix: Set correct lower bound for weibull optimiser
  * Retrieve simulations via `get_*_sims()` functions.
  * Indicate when we have values of x larger than xmax.
2023-08-11 07:42:43 +00:00

20 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.5 2023/08/11 07:42:43 mef Exp $
R_PKGNAME= poweRlaw
R_PKGVER= 0.70.6
MAINTAINER= minskim@NetBSD.org
COMMENT= Analysis of heavy tailed distributions
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-VGAM>=1.1.1:../../math/R-VGAM
DEPENDS+= R-pracma-[0-9]*:../../math/R-pracma
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
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"