mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
26 lines
903 B
Tcl
26 lines
903 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 RevolutionAnalytics doParallel 1.0.17
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Foreach parallel adaptor for the parallel package
|
|
long_description {*}${description}
|
|
checksums rmd160 84fe4ad9384bbe6148abcb5770a75013302dc70c \
|
|
sha256 b96a25ad105a654d70c7b4ca27290dc9967bc47f4668b2763927a886b178abd7 \
|
|
size 164254
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-foreach \
|
|
port:R-iterators
|
|
|
|
depends_test-append port:R-caret \
|
|
port:R-mlbench \
|
|
port:R-RUnit
|
|
|
|
test.run yes
|