You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1004 B
Tcl
28 lines
1004 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 xluo11 Rata 0.0.2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Automated Test Assembly
|
|
long_description Automated test assembly of linear and adaptive tests using the mixed-integer programming.
|
|
checksums rmd160 a2253b35befb993e3b969d526fbc46e1ead2e3a3 \
|
|
sha256 1d9bd0af5c3f6e6feafdaccf071cc620ef65795157a2b660a191866410a8eae8 \
|
|
size 11719
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-glpkAPI \
|
|
port:R-lpSolveAPI \
|
|
port:R-reshape2 \
|
|
port:R-Rirt
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
# No specific tests are provided.
|
|
test.run yes
|