Package: subplex
Version: 1.8.3
Date: 2023-05-17
Title: Unconstrained Optimization using the Subplex Algorithm
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","trl","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
	  person(given=c("Tom"),family="Rowan",role=c("aut")))
License: GPL-3
Depends: R(>= 2.5.1)
URL: https://github.com/kingaa/subplex/
BugReports: https://github.com/kingaa/subplex/issues/
Description: The subplex algorithm for unconstrained optimization, developed by Tom Rowan <http://www.netlib.org/opt/subplex.tgz>.
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd",
        "roxytest::tinytest_roclet"))
RoxygenNote: 7.2.3
Collate: 
    'package.R'
    'subplex.R'
Suggests: tinytest
