mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
999 B
Tcl
28 lines
999 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 cran j.lotsch opdisDownsampling 1.0.1
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Optimal distribution preserving down-sampling of bio-medical data
|
|
long_description {*}${description}
|
|
checksums rmd160 61d69cf2e6b2bf41cdd95843de56f22cd9fc2a0c \
|
|
sha256 74ea3d1585755080fed2e92555f5648cb44b639f9177ee7866ed77e70ed22683 \
|
|
size 2981892
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-caTools \
|
|
port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-pbmcapply \
|
|
port:R-pracma \
|
|
port:R-twosamples
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|