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
906 B
Tcl
27 lines
906 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran hanase BMA 3.18.19 v
|
|
revision 0
|
|
categories-append economics math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Bayesian Model Averaging
|
|
long_description {*}${description}
|
|
checksums rmd160 4c4e6102103c0391aef5ee6f1af411cca8c9c426 \
|
|
sha256 09ead6ec3dc0bcc1de4d47b18b705fd2a7637cd888eec220cbc5b175e8ca8d42 \
|
|
size 71243
|
|
# github.tarball_from archive
|
|
|
|
depends_lib-append port:R-inline \
|
|
port:R-leaps \
|
|
port:R-robustbase \
|
|
port:R-rrcov
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|