From b02b0a4daec206051d3b8d546efa7bcc51c2714b Mon Sep 17 00:00:00 2001 From: Florian Wagner Date: Thu, 8 Jun 2017 16:51:12 +0200 Subject: [PATCH] New package: R-cran-reshape2-1.4.2. --- srcpkgs/R-cran-reshape2/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-reshape2/template diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template new file mode 100644 index 00000000000..c844059f070 --- /dev/null +++ b/srcpkgs/R-cran-reshape2/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-reshape2' +pkgname=R-cran-reshape2 +version=1.4.2 +revision=1 +build_style=R-cran +depends+=" R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp" +makedepends+=" R-cran-plyr R-cran-stringr R-cran-Rcpp" +short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package" +maintainer="Florian Wagner " +license="MIT" +homepage="https://github.com/hadley/reshape" +checksum=6d3783610379be4c5676d9236cf66276a166b5b96c18f2759e9b219758959b6b + +post_install() { + vlicense LICENSE +}