Package: roptim
Type: Package
Title: General Purpose Optimization in R using C++
Version: 0.1.0
Author: Yi Pan [aut, cre]
Maintainer: Yi Pan <ypan1988@gmail.com>
Description: Perform general purpose optimizations 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
LazyData: true
SystemRequirements: C++11
Imports: Rcpp (>= 0.12.14)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
URL: https://github.com/ypan1988/roptim/
BugReports: https://github.com/ypan1988/roptim/issues
NeedsCompilation: yes
Packaged: 2018-09-21 18:46:52 UTC; pany
Repository: CRAN
Date/Publication: 2018-09-30 14:50:02 UTC
