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
28 lines
1006 B
Tcl
28 lines
1006 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran AnderWilson bdlim 0.4.2 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Bayesian Distributed Lag Interaction Models
|
|
long_description {*}${description}
|
|
homepage https://anderwilson.github.io/bdlim
|
|
checksums rmd160 6e7db8c7acc7ec528d598f9f2f9978966e9b4193 \
|
|
sha256 1984b945114073620bfaf768129ab263c50fa603966c87675e0aa5b0acaa0f13 \
|
|
size 1414453
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-BayesLogit \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-LaplacesDemon \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|