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
26 lines
885 B
Tcl
26 lines
885 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 cran inwtlab shinyMatrix 0.8.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Shiny matrix input field
|
|
long_description {*}${description}
|
|
homepage https://inwtlab.github.io/shiny-matrix
|
|
checksums rmd160 18d531ff8d272d17718ef62c10b872ff3649e035 \
|
|
sha256 fc9dd16128b783cb2e09e24703fe76dcf0f3d7f76da07c04573b11d7038c9536 \
|
|
size 131683
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-jsonlite \
|
|
port:R-shiny
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|