Nothing
#####
## DO NOT EDIT THIS FILE!! EDIT THE SOURCE INSTEAD: rsrc_tree/zzz_R_specific/CVXR-package.R
#####
## R-SPECIFIC: Package-level documentation and .onLoad()
## CVXR S7 Package
## Disciplined Convex Optimization in R using the S7 object system
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @useDynLib CVXR, .registration = TRUE
#' @importFrom Rcpp evalCpp
#' @import S7
#' @importFrom methods is as show .hasSlot
#' @importFrom clarabel clarabel_solver
#' @importFrom highs highs_solve
#' @importFrom osqp osqp
#' @importFrom scs scs
#' @importFrom cli cli_abort cli_warn cli_inform cli_text cli_bullets cli_rule cli_alert_info cli_alert_success
#' @importFrom gmp as.bigq is.bigq as.bigz is.bigz numerator denominator
#' @importFrom Matrix sparseMatrix Matrix Diagonal t crossprod tcrossprod
## usethis namespace: end
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.