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
36 lines
1.3 KiB
Tcl
36 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 cran silvaneojunior kDGLM 1.2.0
|
|
revision 0
|
|
categories-append economics math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Bayesian analysis of Dynamic Generalized Linear Models
|
|
long_description ${name} provides routines for filtering and smoothing, \
|
|
forecasting, sampling and Bayesian analysis \
|
|
of dynamic generalized linear models.
|
|
homepage https://silvaneojunior.github.io/kDGLM
|
|
checksums rmd160 1b1c6ca678d2453361687e373f19fcb0e7934d99 \
|
|
sha256 0b47730957c71f5c7b778d84d5ab64091734cad87aafd9df09a32bf6861b3a82 \
|
|
size 891820
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-extraDistr \
|
|
port:R-generics \
|
|
port:R-Rdpack \
|
|
port:R-Rfast
|
|
|
|
depends_test-append port:R-geobr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-plotly \
|
|
port:R-rmarkdown \
|
|
port:R-sf \
|
|
port:R-spdep \
|
|
port:R-tidyverse
|
|
|
|
test.run yes
|