mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran armcn quickcheck 0.1.3 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Property-based testing
|
|
long_description {*}${description}
|
|
homepage https://armcn.github.io/quickcheck
|
|
checksums rmd160 0ade474d6251f825a71430e46f47ea99cef7551a \
|
|
sha256 1eeb99dd1730ce50ea4b1d23fa21de35cd0f765d9585711dea373cece1bea366 \
|
|
size 509085
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-hedgehog \
|
|
port:R-hms \
|
|
port:R-magrittr \
|
|
port:R-purrr \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|