You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
932 B
Tcl
25 lines
932 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 bioconductor Bioconductor BiocBaseUtils 1.6.0
|
|
revision 0
|
|
categories-append bioconductor devel
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description General utility functions for developing Bioconductor packages
|
|
long_description {*}${description}
|
|
checksums rmd160 b965c45d366bb2911345adc085ea613aa988c2a3 \
|
|
sha256 a4d8aa652a1ab929cd66172b315d2fb79e489f06a2ddbdb4288a76132ffc0b39 \
|
|
size 228328
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|