mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 Bioconductor InteractionSet 1.32.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Base classes for storing genomic interaction data
|
|
long_description {*}${description}
|
|
checksums rmd160 f229c7ce5f7097678da8d111a4687c67772f801c \
|
|
sha256 1a06acb7baab7846de9fa437c0f9634453ba2a86495eefab9eb0e6673eac7346 \
|
|
size 401992
|
|
|
|
depends_lib-append port:R-BiocGenerics \
|
|
port:R-GenomeInfoDb \
|
|
port:R-GenomicRanges \
|
|
port:R-IRanges \
|
|
port:R-Rcpp \
|
|
port:R-S4Vectors \
|
|
port:R-SummarizedExperiment
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|