2023-10-01 22:08:12 +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 github ClimateAnalytics RGN 1.0.0 v
|
2024-04-26 20:23:06 +08:00
|
|
|
|
revision 1
|
2023-10-01 22:08:12 +08:00
|
|
|
|
categories-append math
|
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
|
license MIT
|
|
|
|
|
|
description Robust Gauss–Newton (RGN) optimization of sum-of-squares objective function
|
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
checksums rmd160 6a5d9b2ed531ba21193c82448e4eb7042a101fa2 \
|
|
|
|
|
|
sha256 73eb32258afd644f902584588851e06cf31ea4fece6e6408d76a43281895b704 \
|
|
|
|
|
|
size 59817
|
|
|
|
|
|
|
|
|
|
|
|
compilers.setup require_fortran
|
|
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
|
|
|
|
|
|
|
|
test.run yes
|