mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 phargarten2 matrixNormal 0.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Matrix normal distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 c21bcb72d0393414b5f93e4f1611ca9c206bcff1 \
|
|
sha256 5fb069ecc2444db63fad72854ff4a515232ed9d9c65bf77d3b4b76a9c7d00951 \
|
|
size 37446
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-mvtnorm
|
|
|
|
depends_test-append port:R-formatR \
|
|
port:R-knitr \
|
|
port:R-LaplacesDemon \
|
|
port:R-matrixcalc \
|
|
port:R-matrixsampling \
|
|
port:R-MBSP \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-sessioninfo \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|