mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.6 KiB
Tcl
45 lines
1.6 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran rorynolan exampletestr 1.7.3
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Help for writing unit tests based on function examples
|
|
long_description {*}${description}
|
|
homepage https://rorynolan.github.io/exampletestr
|
|
checksums rmd160 e2d6ab0925041f4647911f5a2e11ad0b3a304d6e \
|
|
sha256 adae9ae0f602363ad46b68296b39a66f5570860524f82e776bd6e25e92e61bff \
|
|
size 48617
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-fs \
|
|
port:R-magrittr \
|
|
port:R-purrr \
|
|
port:R-readr \
|
|
port:R-rlang \
|
|
port:R-roxygen2 \
|
|
port:R-rstudioapi \
|
|
port:R-strex \
|
|
port:R-stringr \
|
|
port:R-styler \
|
|
port:R-usethis \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-clipr \
|
|
port:R-covr \
|
|
port:R-crayon \
|
|
port:R-knitr \
|
|
port:R-pacman \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|