mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
746 B
Tcl
21 lines
746 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 MagicHead99 bread 0.4.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Analyze big files without loading them in memory
|
|
long_description {*}${description}
|
|
checksums rmd160 6046c39fa3b49257c0699a04e2cf0bb264c82c76 \
|
|
sha256 19a40d55b8be57be80d1fe4e4cba2a58cb3bf17fe6b777db65d28bf82eae5d6f \
|
|
size 18992
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-data.table
|
|
|
|
test.run yes
|