Package: roptim Type: Package Title: General Purpose Optimization in R using C++ Version: 0.1.7 Authors@R: person(given = "Yi", family = "Pan", role = c("aut", "cre"), email = "ypan1988@gmail.com") Description: Perform general purpose optimization in R using C++. A unified wrapper interface is provided to call C functions of the five optimization algorithms ('Nelder-Mead', 'BFGS', 'CG', 'L-BFGS-B' and 'SANN') underlying optim(). License: GPL (>= 2) Encoding: UTF-8 Imports: Rcpp (>= 0.12.14) LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.1.1 URL: https://github.com/ypan1988/roptim/ BugReports: https://github.com/ypan1988/roptim/issues Suggests: R.rsp, testthat (>= 3.0.0) VignetteBuilder: R.rsp Config/testthat/edition: 3 Repository: https://ypan1988.r-universe.dev Date/Publication: 2025-10-02 19:43:31 UTC RemoteUrl: https://github.com/ypan1988/roptim RemoteRef: HEAD RemoteSha: f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8 NeedsCompilation: yes Packaged: 2026-06-24 11:09:23 UTC; root Author: Yi Pan [aut, cre] Maintainer: Yi Pan