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
921 B
Tcl
26 lines
921 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 truecluster ff 4.5.0
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Memory-efficient storage of large data on disk \
|
|
and fast access functions.
|
|
long_description {*}${description}
|
|
homepage https://github.com/truecluster/ff
|
|
checksums rmd160 8aa742ebb28ca7aff7e72096b664b13c1302786e \
|
|
sha256 2aed9052a93ca81af4c8cc7defce0f7aa0206b442b4795b6219f6e56b341188e \
|
|
size 328402
|
|
|
|
depends_lib-append port:R-bit
|
|
|
|
depends_test-append port:R-biglm \
|
|
port:R-markdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|