New package: R-cran-plyr-1.8.4.

This commit is contained in:
Florian Wagner 2017-06-08 16:47:39 +02:00 committed by Leah Neukirchen
parent a6c17371a5
commit 6e6d132962
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'R-cran-plyr'
pkgname=R-cran-plyr
version=1.8.4
revision=1
build_style=R-cran
depends+=" R-cran-Rcpp>=0.11.0"
makedepends+=" R-cran-Rcpp"
short_desc="Tools for Splitting, Applying and Combining Data"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="MIT"
homepage="http://had.co.nz/plyr/"
checksum=60b522d75961007658c9806f8394db27989f1154727cb0bb970062c96ec9eac5
post_install() {
vlicense LICENSE
}