Package: rminqa
Type: Package
Title: Derivative-Free Optimization in R using C++
Version: 0.1.0
Date: 2022-04-24
Authors@R: c(person("Sam", "Watson", email = "S.I.Watson@bham.ac.uk",
                  role = c("aut")),
            person("Yi", "Pan", email = "ypan1988@gmail.com",
                  role = c("aut", "cre")),
            person("Éric", "Thiébaut", role = c("aut")),
            person("Mike", "Powell", role = c("aut")))
Maintainer: Yi Pan <ypan1988@gmail.com>
Description: Perform derivative-free optimization algorithms in R using C++.
    A wrapper interface is provided to call C function of the 'bobyqa' implementation
    (See <https://github.com/emmt/Algorithms/tree/master/bobyqa>).
License: GPL (>= 2)
Encoding: UTF-8
SystemRequirements: C++11
Imports: Rcpp (>= 1.0.7)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
Suggests: minqa
NeedsCompilation: yes
Packaged: 2022-04-27 12:27:20 UTC; typan
Author: Sam Watson [aut],
  Yi Pan [aut, cre],
  Éric Thiébaut [aut],
  Mike Powell [aut]
Repository: CRAN
Date/Publication: 2022-04-28 07:50:02 UTC
