Nothing
#' rminqa
#'
#' Perform derivative-free optimization algorithms in R using C++.
#' A wrapper interface is provided to call C function of the bobyqa implementation.
#'
#' @docType package
#' @author Yi Pan, Samuel Watson
#' @import Rcpp
#' @importFrom Rcpp evalCpp
#' @useDynLib rminqa
#' @name rminqa
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.