You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 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 github HenrikBengtsson PSCBS 0.67.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Analysis of parent-specific DNA copy numbers
|
|
long_description {*}${description}
|
|
checksums rmd160 d611f948613443db5576b596e92b5d25b9336427 \
|
|
sha256 70ef4cbcf97610d6f12b589199025da07bcd79086a0b19decc2ba30cbd0fdd73 \
|
|
size 3064686
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-aroma.light \
|
|
port:R-DNAcopy \
|
|
port:R-future \
|
|
port:R-listenv \
|
|
port:R-matrixStats \
|
|
port:R-R.cache \
|
|
port:R-R.methodsS3 \
|
|
port:R-R.oo \
|
|
port:R-R.utils
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-R.devices \
|
|
port:R-R.rsp
|
|
|
|
test.run yes
|