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
29 lines
1012 B
Tcl
29 lines
1012 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 rstudio reactlog 1.1.1 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Reactivity visualizer for shiny
|
|
long_description {*}${description}
|
|
homepage https://rstudio.github.io/reactlog
|
|
checksums rmd160 97f1944bf0eb5147b504dbebf803822f6c9a4577 \
|
|
sha256 0597cb6d599d7e36f07b46ac4a238e184e5f4b3bfe689f74d180df641f5c26b9 \
|
|
size 7796316
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-jsonlite
|
|
|
|
depends_test-append port:R-fontawesome \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-shiny \
|
|
port:R-testthat
|
|
|
|
test.run yes
|