mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.6 KiB
Tcl
42 lines
1.6 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 bioconductor waldronlab MultiAssayExperiment 1.30.3
|
|
revision 0
|
|
categories-append bioconductor
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Software for the integration of multi-omics experiments
|
|
long_description {*}${description} in Bioconductor.
|
|
homepage https://waldronlab.io/MultiAssayExperiment
|
|
checksums rmd160 7aa721a0e1b933de9fbeb835e4600d8afe1eb822 \
|
|
sha256 7762d9b6c67b3ef47bbdbd416921f4821da0b4219117582ec4b938aea6d0fc6a \
|
|
size 1181840
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-Biobase \
|
|
port:R-BiocBaseUtils \
|
|
port:R-BiocGenerics \
|
|
port:R-DelayedArray \
|
|
port:R-GenomicRanges \
|
|
port:R-IRanges \
|
|
port:R-S4Vectors \
|
|
port:R-SummarizedExperiment \
|
|
port:R-tidyr
|
|
|
|
# Some optional deps are omitted.
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-HDF5Array \
|
|
port:R-knitr \
|
|
port:R-R.rsp \
|
|
port:R-RaggedExperiment \
|
|
port:R-rmarkdown \
|
|
port:R-survminer \
|
|
port:R-testthat \
|
|
port:R-UpSetR
|
|
|
|
test.run yes
|