summaryrefslogtreecommitdiff
path: root/math/R-hwde/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-30 12:58:11 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-30 12:58:11 +0000
commit7f51210999c497ea20576a8af8f9d632ee324a92 (patch)
tree48b821c52a9ef1f7cc11e93db62521c318c8bddd /math/R-hwde/Makefile
parent62f0835ad1b2172d46ae8f0f9fd1ae35e0990421 (diff)
downloadpkgsrc-7f51210999c497ea20576a8af8f9d632ee324a92.tar.gz
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'."
Diffstat (limited to 'math/R-hwde/Makefile')
-rw-r--r--math/R-hwde/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-hwde/Makefile b/math/R-hwde/Makefile
index 1c2cd32cebc..208d124e19b 100644
--- a/math/R-hwde/Makefile
+++ b/math/R-hwde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/04/15 15:28:51 brook Exp $
+# $NetBSD: Makefile,v 1.7 2013/08/30 12:58:11 joerg Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium
LICENSE= gnu-gpl-v2
R_PKGNAME= hwde
-R_PKGVER= 0.62
+R_PKGVER= 0.63
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"