mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
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 nashjc optimx 2024-12.2
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Expanded replacement and extension of the optim function
|
|
long_description {*}${description}
|
|
homepage https://github.com/nashjc/optimx
|
|
checksums rmd160 ebd1bc3905aff8e08a9eefcad35627e6268581e5 \
|
|
sha256 b2a5dda261ba556da34223add599ea38044174fe311c5751ebaefe0817ba2a2f \
|
|
size 2259525
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-nloptr \
|
|
port:R-numDeriv \
|
|
port:R-pracma
|
|
|
|
depends_test-append port:R-BB \
|
|
port:R-dfoptim \
|
|
port:R-knitr \
|
|
port:R-lbfgs \
|
|
port:R-lbfgsb3c \
|
|
port:R-marqLevAlg \
|
|
port:R-minqa \
|
|
port:R-R.rsp \
|
|
port:R-rmarkdown \
|
|
port:R-setRNG \
|
|
port:R-subplex \
|
|
port:R-ucminf
|
|
|
|
test.run yes
|