pkgsrc/math/R-coda/Makefile
wen 20d11a03ec Update to 0.19.4
Upstream changes:
0.19-4 Martyn Plummer <martyn.plummer@gmail.com>
	- Fix cumuplot, affected by changes in matplot in R 4.0.0.
2022-05-29 00:35:45 +00:00

14 lines
322 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/05/29 00:35:45 wen Exp $
R_PKGNAME= coda
R_PKGVER= 0.19-4
CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
COMMENT= Output analysis and diagnostics for MCMC
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES+= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"