Package: rminqa Type: Package Title: Derivative-Free Optimization in R using C++ Version: 0.2.2 Date: 2025-12-07 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 Description: Perform derivative-free optimization algorithms in R using C++. A wrapper interface is provided to call C function of the 'bobyqa' implementation (See ). License: GPL (>= 2) Encoding: UTF-8 Imports: Rcpp (>= 1.0.7) LinkingTo: Rcpp RoxygenNote: 7.1.2 Suggests: minqa Repository: https://ypan1988.r-universe.dev Date/Publication: 2025-12-07 22:34:30 UTC RemoteUrl: https://github.com/ypan1988/rminqa RemoteRef: HEAD RemoteSha: 13c742cd622e88239bf7b817fb1982f9bd801441 NeedsCompilation: yes Packaged: 2026-06-09 07:17:12 UTC; root Author: Sam Watson [aut], Yi Pan [aut, cre], Éric Thiébaut [aut], Mike Powell [aut]