mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 cran dipterix filearray 0.1.9
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description File-backed array for out-of-memory computation
|
|
long_description {*}${description}
|
|
homepage https://dipterix.org/filearray
|
|
checksums rmd160 2b033959c6886b90256edc0b94592ddaa2bd4568 \
|
|
sha256 94f59cc1b328b7edbd1fae82a6fceaa4036713b4c93fc922840f231a45c48a99 \
|
|
size 122926
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-digest \
|
|
port:R-fastmap \
|
|
port:R-Rcpp \
|
|
port:R-uuid
|
|
|
|
depends_test-append port:R-bit64 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|