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) 
    <doi:10.1029/2017WR022488>.
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
Packaged: 2023-09-23 23:36:57 UTC; a1065639
Author: David McInerney [cre, aut] (<https://orcid.org/0000-0003-4876-8281>),
  Michael Leonard [aut] (<https://orcid.org/0000-0002-9519-3188>),
  Dmitri Kavetski [aut] (<https://orcid.org/0000-0003-4966-9234>),
  Youwei Qin [aut] (<https://orcid.org/0000-0001-5425-539X>),
  George Kuczera [aut]
Maintainer: David McInerney <dmcinern@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-25 14:22:27 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:21:26 UTC; windows
Archs: x64
