You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
22 lines
779 B
Tcl
22 lines
779 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 github ClimateAnalytics RGN 1.0.0 v
|
||
revision 1
|
||
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
|