void-packages/srcpkgs/R-cran-reshape2/template
Florian Wagner 1d3d983e77 R-cran-reshape2: rebuild against R-cran-Rcpp-0.12.12
Closes: #7127 [via git-merge-pr]
2017-07-24 09:19:44 +00:00

17 lines
511 B
Bash

# Template file for 'R-cran-reshape2'
pkgname=R-cran-reshape2
version=1.4.2
revision=2
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
}