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
21 lines
765 B
Tcl
21 lines
765 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 hugh.parsonage factor256 0.1.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Use raw vectors to minimize memory consumption of factors
|
|
long_description {*}${description}
|
|
checksums rmd160 b079a0e0fc4c670c564e75507cf82e42c34b26b8 \
|
|
sha256 c68f98698c2de1cec68a3ad90121ecfcb3640e411622d5d5cb77547c22f4559e \
|
|
size 13774
|
|
|
|
depends_test-append port:R-data.table \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|