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
835 B
Tcl
24 lines
835 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran bnaras ECOSolveR 0.5.5
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Embedded Conic Solver in R
|
|
long_description {*}${description}
|
|
checksums rmd160 0158bb510d9b7e39f645c49e7efd5fedee183faa \
|
|
sha256 2594ed1602b2fe159cc9aff3475e9cba7c1927b496c3daeabc1c0d227943ecc7 \
|
|
size 2191501
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-slam \
|
|
port:R-testthat
|
|
|
|
test.run yes
|