mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
839 B
Tcl
25 lines
839 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 cran DoE.MIParray 1.0-1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Creation of arrays by mixed integer programming
|
|
long_description {*}${description}
|
|
checksums rmd160 4c3f0f2d0290386e3bab5a0793f62277a68991d9 \
|
|
sha256 5dddebe4c14483d46fa5005b5480ad8bb2ebdacb2730a22dfb4a748539a9363e \
|
|
size 89617
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-combinat \
|
|
port:R-DoE.base
|
|
|
|
depends_test-append port:R-slam
|
|
|
|
test.run yes
|