You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1002 B
Tcl
28 lines
1002 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 daattali shinyalert 3.1.0
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Easily create pretty pop-up messages (modals)
|
|
long_description {*}${description} in R-shiny.
|
|
homepage https://daattali.com/shiny/shinyalert-demo
|
|
checksums rmd160 3c3e13b45e19fd96301390d9ea1e94230322956e \
|
|
sha256 d4e19e16069412acbcbec3cb6f28794dc1f2264e79bae8c30b3382c96a3ef55f \
|
|
size 439121
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-htmltools \
|
|
port:R-shiny \
|
|
port:R-uuid
|
|
|
|
depends_test-append port:R-colourpicker \
|
|
port:R-shinydisconnect
|
|
|
|
test.run yes
|