You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.6 KiB
Tcl
46 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 bayesplot 1.11.1 v
|
|
revision 1
|
|
categories-append graphics math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Plotting for Bayesian Models
|
|
long_description {*}${description}
|
|
homepage https://mc-stan.org/bayesplot
|
|
checksums rmd160 e4288c8f14f653815d18e026c69bd2ea32af7742 \
|
|
sha256 560ebe9f2f3d26a21cf5a3e2212e49ce3368da7a8549643b39f29813a364c224 \
|
|
size 10044588
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-ggridges \
|
|
port:R-glue \
|
|
port:R-posterior \
|
|
port:R-reshape2 \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyselect
|
|
|
|
depends_test-append port:R-ggfortify \
|
|
port:R-gridExtra \
|
|
port:R-hexbin \
|
|
port:R-knitr \
|
|
port:R-loo \
|
|
port:R-RColorBrewer \
|
|
port:R-rmarkdown \
|
|
port:R-rstan \
|
|
port:R-rstanarm \
|
|
port:R-rstantools \
|
|
port:R-scales \
|
|
port:R-shinystan \
|
|
port:R-testthat \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|