mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: R-cran-testthat-2.3.2
This commit is contained in:
parent
6c0f04d3f5
commit
86e47e375c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/R-cran-testthat/template
Normal file
20
srcpkgs/R-cran-testthat/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'R-cran-testthat'
|
||||||
|
pkgname=R-cran-testthat
|
||||||
|
version=2.3.2
|
||||||
|
revision=1
|
||||||
|
build_style=R-cran
|
||||||
|
hostmakedepends="R-cran-cli R-cran-crayon R-cran-digest R-cran-ellipsis
|
||||||
|
R-cran-evaluate R-cran-magrittr R-cran-pkgload R-cran-praise R-cran-R6
|
||||||
|
R-cran-rlang R-cran-withr"
|
||||||
|
depends="R-cran-cli R-cran-crayon R-cran-digest R-cran-ellipsis
|
||||||
|
R-cran-evaluate R-cran-magrittr R-cran-pkgload R-cran-praise R-cran-R6
|
||||||
|
R-cran-rlang R-cran-withr"
|
||||||
|
short_desc="Unit Testing for R"
|
||||||
|
maintainer="Luke Hannan <lukehannan@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://testthat.r-lib.org"
|
||||||
|
checksum=1a268d8df07f7cd8d282d03bb96ac2d96a24a95c9aa52f4cca5138a09dd8e06c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue