Upstream changes: 30 March 2015: statmod 1.4.21 - qinvgauss() now treats input arguments of different lengths or NA parameter values more carefully. - elda() now gracefully removes structural zeros, i.e., rows where the number of cells or the number of assays is zero. - S3 print and plot methods for "limdil" class now registered. - Use of require("tweedie") in the qres.tweedie() code replaced by requireNameSpace("tweedie").
17 lines
428 B
Makefile
17 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod/
|
|
COMMENT= Miscellaneous biostatistical modeling functions
|
|
LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3
|
|
|
|
R_PKGNAME= statmod
|
|
R_PKGVER= 1.4.21
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|