You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
905 B
Tcl
24 lines
905 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 glin reactable 0.4.4 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Interactive data tables for R
|
|
long_description {*}${description}
|
|
homepage https://glin.github.io/reactable
|
|
checksums rmd160 12b46b1f9a5ca30e77ad6699f885c8f32a2e5c87 \
|
|
sha256 2f8a635b7ec3728056efaad8044ac7447e93878249a8ced375228e8fa306cbe8 \
|
|
size 2881791
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-htmltools \
|
|
port:R-htmlwidgets \
|
|
port:R-jsonlite \
|
|
port:R-reactR
|