pkgsrc/math/R-hwde/Makefile
joerg e7a7de5f30 Update to R-hwde-0.63:
o The vignette hwde.Rnw has been modified to add missing text and to
      conform to current Sweave markup conventions
    o Code for the functions hwde() and make.contrasts() has been modified
      so that R CMD check no longer reports "No visible binding for global
      variable 'oset'."
2013-08-30 12:58:11 +00:00

15 lines
393 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/08/30 12:58:11 joerg Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/hwde/
COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium
LICENSE= gnu-gpl-v2
R_PKGNAME= hwde
R_PKGVER= 0.63
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"