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
35 lines
1.2 KiB
Tcl
35 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran lbelzile TruncatedNormal 2.3
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Truncated multivariate normal and Student distributions
|
|
long_description {*}${description}
|
|
homepage https://bking124.github.io/countSTAR
|
|
checksums rmd160 a8010a2f18a2c7f9f1fc2ec8ae72acd9f7a6d35a \
|
|
sha256 efb77996e2d263cc239d74658ce6cfb89822b7143b16fd5d0598ccc36ca08064 \
|
|
size 134371
|
|
|
|
depends_lib-append port:R-alabama \
|
|
port:R-nleqslv \
|
|
port:R-qrng \
|
|
port:R-spacefillr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-carData \
|
|
port:R-knitr \
|
|
port:R-mvtnorm \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|