mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
984 B
Tcl
28 lines
984 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 cran alexpghayes modeltests 0.1.6
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Testing infrastructure for Broom model generics
|
|
long_description {*}${description}
|
|
homepage https://github.com/alexpghayes/modeltests
|
|
checksums rmd160 dbd4a7dc8a40b67d3ab74950cbeb1fb3198a33b0 \
|
|
sha256 6c470a3168a155fa25837b45b9df81e9c2de48b586240d31ab34b4f1f2e45784 \
|
|
size 23772
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-generics \
|
|
port:R-purrr \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr
|
|
|
|
test.run yes
|