20d11a03ec
Upstream changes: 0.19-4 Martyn Plummer <martyn.plummer@gmail.com> - Fix cumuplot, affected by changes in matplot in R 4.0.0.
14 lines
322 B
Makefile
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"
|