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
24 lines
864 B
Tcl
24 lines
864 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 david-cortes readsparse 0.1.5-6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Read and write sparse matrices in SVMLight and LibSVM formats
|
|
long_description {*}${description}
|
|
homepage https://github.com/david-cortes/readsparse
|
|
checksums rmd160 0de2d7730366a9bf297b3bfe971ff7cbfab9bb3a \
|
|
sha256 8ce9f7029019a0f9c8f4711d33074928ace222770c6fd32033719d0242995b5a \
|
|
size 75495
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-MatrixExtra \
|
|
port:R-testthat
|
|
|
|
test.run yes
|