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
27 lines
995 B
Tcl
27 lines
995 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 steve.the.bayesian bsts 0.9.10
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license LGPL-2.1
|
|
description Bayesian Structural Time Series
|
|
long_description Time series regression using dynamic linear models fit using MCMC.
|
|
checksums rmd160 210d9d726fdcce8b3d5b9e5cd4ff0591aa7b2f1e \
|
|
sha256 a302bc08d04ef8de83a7bf8dce03e949cadb423361bd85f9ad5dac77918271b1 \
|
|
size 304301
|
|
|
|
depends_lib-append port:R-Boom \
|
|
port:R-BoomSpikeSlab \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
# There is one failure in examples on PowerPC:
|
|
# https://github.com/steve-the-bayesian/BOOM/issues/80
|
|
test.run yes
|