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
936 B
Tcl
26 lines
936 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 earth.bsc.es multiApply 2.1.4
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Apply functions to multiple multidimensional arrays or vectors
|
|
long_description {*}${description}
|
|
homepage https://earth.bsc.es/gitlab/ces/multiApply
|
|
checksums rmd160 1753b222b0f1dc5cefdb8fd020f01b294e225956 \
|
|
sha256 907223aaf3a1eac803328c5281791bea27de261b20d6a1e458bd93c8e01d8679 \
|
|
size 12727
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-plyr
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|