Learn R Programming

clarabel

R interface to the Clarabel interior point conic optimization solver from the Oxford Control Group.

Stable versions can be installed from CRAN as usual. Development versions from this repo can be installed via:

## Install remotes packages if not available
if (! "remotes" %in% installed.packages()[, 1] ) {
	install.packages("remotes", repository = "https://cran.r-project.org")
}
remotes::install_github("oxfordcontrol/clarabel-r")

The above code assumes availability of the Cargo/Rust infrastructure and R compilation tools to install from source, all freely available.

The clarabel package site has further package details including a vignette.

Copy Link

Version

Install

install.packages('clarabel')

Monthly Downloads

2,189

Version

0.10.0

License

Apache License (== 2.0)

Maintainer

Balasubramanian Narasimhan

Last Published

February 18th, 2025

Functions in clarabel (0.10.0)

clarabel-package

Interface to Clarabel solver implemented in Rust.
solver_status_descriptions

Return the solver status description as a named character vector
clarabel

Interface to 'Clarabel', an interior point conic solver
clarabel_control

Control parameters with default values and types in parenthesis