2020-06-24: 2.0.1 R version requirement is reduced from 4.0.0 to 2.2.0 2020-06-24: 2.0.1 fixed a bug which effectively prevented using dmtruncnorm and dmtrunct with an argument 'x' of vector type; various improvements in the documentation of recintab and mom2cum. 2020-06-02: 2.0.0 support for the truncated versions of the multivariate normal and the t distributions is introduced; for the truncated normal distribution, functions recintab and mom2cum allow computation of corresponding moments and cumulants; the latter function can also be used for obtaining the cumulants of other distributions of which the moments are known. 2020-04-29: 1.5-7 improved R coding of sadmvn and sadmvt, with increased use of biv.nt.prob; fixed a bug of pmnorm affecting a peculiar input set; a new function is introduced: sample_Mardia_measures.
16 lines
399 B
Makefile
16 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/09/18 01:59:15 mef Exp $
|
|
|
|
R_PKGNAME= mnormt
|
|
R_PKGVER= 2.0.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/mnormt/
|
|
COMMENT= Multivariate normal and t distributions
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
DEPENDS+= R-tmvnsim-[0-9]*:../../math/R-tmvnsim
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|