You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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 loo 2.8.0 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models.
|
|
long_description {*}${description}
|
|
homepage https://mc-stan.org/loo
|
|
checksums rmd160 0b62ef0eb97dd56c64d1241b1aedb4defc04bba8 \
|
|
sha256 a0db423fa3532b7ee1a97ff83d201e028f86947becc5405bc43cf8791fad62e4 \
|
|
size 2456485
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-matrixStats \
|
|
port:R-posterior
|
|
|
|
depends_test-append port:R-bayesplot \
|
|
port:R-brms \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-rstan \
|
|
port:R-rstanarm \
|
|
port:R-rstantools \
|
|
port:R-spdep \
|
|
port:R-testthat
|
|
|
|
test.run yes
|