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
46 lines
1.6 KiB
Tcl
46 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran rstudio shinytest 1.6.1 v
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Automated testing for Shiny apps
|
|
long_description {*}${description}
|
|
homepage https://rstudio.github.io/shinytest
|
|
checksums rmd160 b0e1845ce3f324036a15f6b51dd1599f619d3db8 \
|
|
sha256 441d591a6007f5e6849d2f7c475e839f401764639e25ec0b3fcf0116778c2c41 \
|
|
size 233263
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-callr \
|
|
port:R-crayon \
|
|
port:R-debugme \
|
|
port:R-digest \
|
|
port:R-htmlwidgets \
|
|
port:R-httpuv \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-parsedate \
|
|
port:R-pingr \
|
|
port:R-R6 \
|
|
port:R-rematch \
|
|
port:R-rlang \
|
|
port:R-rstudioapi \
|
|
port:R-shiny \
|
|
port:R-testthat \
|
|
port:R-webdriver \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-flexdashboard \
|
|
port:R-globals \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|