New package: R-cran-reshape2-1.4.2.

This commit is contained in:
Florian Wagner 2017-06-08 16:51:12 +02:00 committed by Leah Neukirchen
parent d190ca03ef
commit b02b0a4dae

View file

@ -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 <florian@wagner-flo.net>"
license="MIT"
homepage="https://github.com/hadley/reshape"
checksum=6d3783610379be4c5676d9236cf66276a166b5b96c18f2759e9b219758959b6b
post_install() {
vlicense LICENSE
}