mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
26 lines
892 B
Tcl
26 lines
892 B
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
|
|
|
|
R.setup github google patrick 0.2.0 v
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Parameterized unit testing
|
|
long_description {*}${description}
|
|
checksums rmd160 bc9054932dbd5fa4dc9239dc7ba84f1dd5f6dc63 \
|
|
sha256 5977de144ba3ee9275cea1e84fc8e5484575a81afc3c4aab3ee3de3b3b25fa3d \
|
|
size 16032
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|