Type: Package Package: RGN Title: Robust-Gauss Newton (RGN) Optimization of Sum-of-Squares Objective Function Version: 1.0.0 Authors@R: c( person("David", "McInerney", , "dmcinern@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-4876-8281")), person("Michael", "Leonard", , "michael.leonard@adelaide.edu.au", role = "aut", comment = c(ORCID = "0000-0002-9519-3188")), person("Dmitri", "Kavetski", , "dmitri.kavetski@adelaide.edu.au", role = "aut", comment = c(ORCID = "0000-0003-4966-9234")), person("Youwei", "Qin", , "youwei.qin@uon.edu.au", role = "aut", comment = c(ORCID = "0000-0001-5425-539X")), person("George", "Kuczera", , "george.kuczera@newcastle.edu.au", role = "aut") ) Description: Implementation of the Robust Gauss-Newton (RGN) algorithm, designed for solving optimization problems with a sum of least squares objective function. For algorithm details please refer to Qin et. al. (2018) . License: MIT + file LICENSE URL: https://github.com/ClimateAnalytics/RGN/ BugReports: https://github.com/ClimateAnalytics/RGN/issues Depends: R (>= 3.5.0) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true NeedsCompilation: yes RoxygenNote: 7.2.3 Repository: https://climateanalytics.r-universe.dev Date/Publication: 2023-09-26 00:32:28 UTC RemoteUrl: https://github.com/climateanalytics/rgn RemoteRef: HEAD RemoteSha: 4a82b7f4ed2c19f2979cf83d996d3c44c03154ff Packaged: 2026-06-24 12:34:59 UTC; root Author: David McInerney [cre, aut] (ORCID: ), Michael Leonard [aut] (ORCID: ), Dmitri Kavetski [aut] (ORCID: ), Youwei Qin [aut] (ORCID: ), George Kuczera [aut] Maintainer: David McInerney