mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 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
|
|
|
|
R.setup bioconductor Bioconductor BiocFileCache 2.12.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Manage files across sessions
|
|
long_description {*}${description}
|
|
checksums rmd160 7537ab402764ab6bb14222a4fb3caec7e6455973 \
|
|
sha256 2e716d10a27ecb677095144dd707273c534f8d1f11d248fed63aa45ea285664b \
|
|
size 297080
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-curl \
|
|
port:R-DBI \
|
|
port:R-dbplyr \
|
|
port:R-dplyr \
|
|
port:R-filelock \
|
|
port:R-httr \
|
|
port:R-RSQLite
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-rtracklayer \
|
|
port:R-testthat
|
|
|
|
test.run yes
|