mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
49 lines
1.7 KiB
Tcl
49 lines
1.7 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran mllg batchtools 0.9.17
|
|
revision 2
|
|
categories-append parallel
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Tools for computation on batch systems
|
|
long_description {*}${description}
|
|
homepage https://markfairbanks.github.io/tidytable
|
|
checksums rmd160 4e278ae6dce1d492572ecb83bdaf67deeae39ae5 \
|
|
sha256 b6e1dd54e8b70c2bf38d2ad1884f6b60fc74c1100f910f46724aa723c0749be6 \
|
|
size 716399
|
|
|
|
depends_lib-append port:R-backports \
|
|
port:R-base64url \
|
|
port:R-brew \
|
|
port:R-checkmate \
|
|
port:R-data.table \
|
|
port:R-digest \
|
|
port:R-fs \
|
|
port:R-progress \
|
|
port:R-R6 \
|
|
port:R-rappdirs \
|
|
port:R-stringi \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-debugme \
|
|
port:R-doParallel \
|
|
port:R-doMPI \
|
|
port:R-e1071 \
|
|
port:R-foreach \
|
|
port:R-future \
|
|
port:R-future.batchtools \
|
|
port:R-knitr \
|
|
port:R-parallelMap \
|
|
port:R-ranger \
|
|
port:R-rmarkdown \
|
|
port:R-snow \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
# Tests may freeze.
|
|
test.run yes
|