# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "roptim" in publications use:' type: software license: GPL-2.0-or-later title: 'roptim: General Purpose Optimization in R using C++' version: 0.1.6 doi: 10.32614/CRAN.package.roptim abstract: 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(). authors: - family-names: Pan given-names: Yi email: ypan1988@gmail.com repository: https://ypan1988.r-universe.dev repository-code: https://github.com/ypan1988/roptim commit: 8515d11946fcb7445b77ec990aaebd44a9229e2a url: https://github.com/ypan1988/roptim/ contact: - family-names: Pan given-names: Yi email: ypan1988@gmail.com