mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
975 B
Tcl
28 lines
975 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 WenbinWu2001 ExprNet 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Characterizing differential expression of selected edges on a network
|
|
long_description {*}${description}
|
|
checksums rmd160 2a54b960c39adc631d7b77a88cb6802bc583fe15 \
|
|
sha256 67ee8209398ccea376b745e2a0b2a95cc73539119210d6da83515a182bca53b3 \
|
|
size 105369
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-here \
|
|
port:R-igraph
|
|
|
|
depends_test-append port:R-readr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|