pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-reshape2



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Feb 12 19:49:56 UTC 2018

Added Files:
        pkgsrc/math/R-reshape2: DESCR Makefile distinfo

Log Message:
math/R-reshape2: Import version 1.4.3

Flexibly restructure and aggregate data using just two functions: melt
and 'dcast' (or 'acast').


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-reshape2/DESCR \
    pkgsrc/math/R-reshape2/Makefile pkgsrc/math/R-reshape2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-reshape2/DESCR
diff -u /dev/null pkgsrc/math/R-reshape2/DESCR:1.1
--- /dev/null   Mon Feb 12 19:49:56 2018
+++ pkgsrc/math/R-reshape2/DESCR        Mon Feb 12 19:49:56 2018
@@ -0,0 +1,2 @@
+Flexibly restructure and aggregate data using just two functions: melt
+and 'dcast' (or 'acast').
Index: pkgsrc/math/R-reshape2/Makefile
diff -u /dev/null pkgsrc/math/R-reshape2/Makefile:1.1
--- /dev/null   Mon Feb 12 19:49:56 2018
+++ pkgsrc/math/R-reshape2/Makefile     Mon Feb 12 19:49:56 2018
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/02/12 19:49:56 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://had.co.nz/reshape/
+COMMENT=       Flexibly reshape data
+
+R_PKGNAME=     reshape2
+R_PKGVER=      1.4.3
+
+DEPENDS+=      R-plyr>=1.8.1:../../math/R-plyr
+DEPENDS+=      R-stringr-[0-9]*:../../textproc/R-stringr
+
+USE_LANGUAGES= c++
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-reshape2/distinfo
diff -u /dev/null pkgsrc/math/R-reshape2/distinfo:1.1
--- /dev/null   Mon Feb 12 19:49:56 2018
+++ pkgsrc/math/R-reshape2/distinfo     Mon Feb 12 19:49:56 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/12 19:49:56 minskim Exp $
+
+SHA1 (R/reshape2_1.4.3.tar.gz) = 14189819c2ef3c4461805c4aa6fcd4aa1851ac67
+RMD160 (R/reshape2_1.4.3.tar.gz) = 12c56d9756777d030b341a8702f8d041bf41846c
+SHA512 (R/reshape2_1.4.3.tar.gz) = 938eae07c52393f05c68810af1621b2f2a79ce6e2b7b16deb02a810e5cbe07f2079753a3d849def3ae88f849884199fcd28978214268008b6a705d9404847ddb
+Size (R/reshape2_1.4.3.tar.gz) = 36405 bytes



Home | Main Index | Thread Index | Old Index