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
25 lines
838 B
Tcl
25 lines
838 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 laura.dangelo bpr 1.0.8
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Fitting Bayesian Poisson regression
|
|
long_description {*}${description}
|
|
checksums rmd160 a7cd1e36a8d6761278dea5d1631e52801a4b4295 \
|
|
sha256 f612da5afe3b39e3216e74adfc7852f3abbe9280b29ef7019ddab08774f83cc2 \
|
|
size 24839
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-coda \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|