diff options
Diffstat (limited to 'math/R-reshape2/Makefile')
-rw-r--r-- | math/R-reshape2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/R-reshape2/Makefile b/math/R-reshape2/Makefile index a6642abc6b4..28403180608 100644 --- a/math/R-reshape2/Makefile +++ b/math/R-reshape2/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2019/07/31 20:25:06 brook Exp $ +# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:53 brook Exp $ -CATEGORIES= math R +R_PKGNAME= reshape2 +R_PKGVER= 1.4.3 +CATEGORIES= math MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://had.co.nz/reshape/ COMMENT= Flexibly reshape data: a reboot of the reshape package LICENSE= mit -R_PKGNAME= reshape2 -R_PKGVER= 1.4.3 - DEPENDS+= R-plyr>=1.8.1:../../math/R-plyr DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr |