https://github.com/cran/lbfgs
Raw File
Tip revision: 2fb6e0258a7cd3592fc5c9de4ff8782a19d081f6 authored by Antonio Coppola on 23 June 2022, 11:40:02 UTC
version 1.2.1.2
Tip revision: 2fb6e02
NAMESPACE
useDynLib(lbfgs, .registration = TRUE)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
importFrom("methods", "hasArg")

export(lbfgs)
back to top