mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
897 B
Tcl
25 lines
897 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 cran sdPrior 1.0-0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Scale-dependent hyperpriors in structured additive distributional regression
|
|
long_description {*}${description}
|
|
checksums rmd160 f2991d9ea3cd61a3a066314fa4ed4f1700622438 \
|
|
sha256 67c07289815bc40085466ab0839e907bcb800c93e5ab614539bf6fab15cd8c3c \
|
|
size 71871
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-GB2 \
|
|
port:R-mvtnorm \
|
|
port:R-pscl
|
|
|
|
test.run yes
|