mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 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 github stephenslab ebnm 1.1-2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Solve the Empirical Bayes Normal Means problem
|
|
long_description {*}${description}
|
|
checksums rmd160 441aad88504acd3ee095dfb20afed1a9d174b5aa \
|
|
sha256 b425d1195fa7994814e41c636ab87b1b350d4652cd2b12fe484a7abfeae353ba \
|
|
size 868979
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ashr \
|
|
port:R-deconvolveR \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-horseshoe \
|
|
port:R-magrittr \
|
|
port:R-mixsqp \
|
|
port:R-rlang \
|
|
port:R-truncnorm \
|
|
port:R-trust
|
|
|
|
patchfiles patch-no-REBayes.diff
|
|
|
|
depends_test-append port:R-cowplot \
|
|
port:R-knitr \
|
|
port:R-numDeriv \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|