vp-build/srcpkgs/R-cran-reshape2/template

17 lines
511 B
Bash

# Template file for 'R-cran-reshape2'
pkgname=R-cran-reshape2
version=1.4.3
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=8aff94c935e75032344b52407593392ddd4e16a88bb206984340c816d42c710e
post_install() {
vlicense LICENSE
}