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
45 lines
1.6 KiB
Tcl
45 lines
1.6 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 github stan-dev shinystan 2.6.0 v
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Interactive visual and numerical diagnostics and posterior analysis for Bayesian models.
|
|
long_description {*}${description}
|
|
homepage https://mc-stan.org/shinystan
|
|
checksums rmd160 825eb7f02b0e78037fe0857dac0f5d81560b70df \
|
|
sha256 2a31456f220e46f68e9fea9872e2a41646d939a8ffa758ad1727896f372d292b \
|
|
size 3723874
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-bayesplot \
|
|
port:R-colourpicker \
|
|
port:R-DT \
|
|
port:R-dygraphs \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-gtools \
|
|
port:R-markdown \
|
|
port:R-reshape2 \
|
|
port:R-rstan \
|
|
port:R-shinyjs \
|
|
port:R-shinythemes \
|
|
port:R-threejs \
|
|
port:R-xtable \
|
|
port:R-xts
|
|
|
|
depends_test-append port:R-coda \
|
|
port:R-knitr \
|
|
port:R-posterior \
|
|
port:R-rmarkdown \
|
|
port:R-rsconnect \
|
|
port:R-rstanarm \
|
|
port:R-testthat
|
|
|
|
test.run yes
|