blob: 0ed34cc8ffc4a28873888c5aba06396fb513c786 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:48 brook Exp $
R_PKGNAME= coda
R_PKGVER= 0.19-3
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"
|