You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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
|
|
|
|
R.setup cran rstudio crosstalk 1.2.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Inter-widget interactivity for HTML widgets
|
|
long_description {*}${description}
|
|
homepage https://rstudio.github.io/crosstalk
|
|
checksums rmd160 b807c2e6667b8958e68dbc9776acf75167c267f1 \
|
|
sha256 680cf08416d6d5a1194dd85ee5695c268af9d4d01b201448e1d486c6e06014f1 \
|
|
size 297970
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-htmltools \
|
|
port:R-jsonlite \
|
|
port:R-lazyeval \
|
|
port:R-R6
|
|
|
|
depends_test-append port:R-bslib \
|
|
port:R-ggplot2 \
|
|
port:R-sass \
|
|
port:R-shiny \
|
|
port:R-testthat
|
|
|
|
test.run yes
|