2023-05-17 15:35:04 +08:00
|
|
|
# -*- 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 Rcgmin 2022-4.30
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-05-17 15:35:04 +08:00
|
|
|
categories-append math
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license GPL-2+
|
|
|
|
|
description Conjugate gradient minimization of nonlinear functions with box constraints
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 eb5d1afe6789e5773a8e98d52884745f82735593 \
|
|
|
|
|
sha256 2684b8e7fb970da2afbc00e482031cf4447416249d04c4c1740400ad112fb911 \
|
|
|
|
|
size 15951
|
|
|
|
|
supported_archs noarch
|
2024-05-22 15:26:15 +10:00
|
|
|
platforms {darwin any}
|
2023-05-17 15:35:04 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-optextras
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-numDeriv
|
|
|
|
|
|
|
|
|
|
test.run yes
|