mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
795 B
Tcl
23 lines
795 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 CEoptim 1.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Optimization solver based on the cross-entropy method
|
|
long_description {*}${description}
|
|
checksums rmd160 7910f796476578d3fdceb76647d5be619aca7a80 \
|
|
sha256 fcfdd36d2c9c22855c24547221db444e3bf046a206ff6706521cbf5ea3c0692c \
|
|
size 20226
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-msm \
|
|
port:R-sna
|
|
|
|
test.run yes
|