Skip to content

optiSolve

Linear, Quadratic, and Rational Optimization

v1.0 · Oct 13, 2021 · GPL-2

Description

Solver for linear, quadratic, and rational programs with linear, quadratic, and rational constraints. A unified interface to different R packages is provided. Optimization problems are transformed into equivalent formulations and solved by the respective package. For example, quadratic programming problems with linear, quadratic and rational constraints can be solved by augmented Lagrangian minimization using package 'alabama', or by sequential quadratic programming using solver 'slsqp'. Alternatively, they can be reformulated as optimization problems with second order cone constraints and solved with package 'cccp'.

Downloads

CRAN

926

Last 30 days

3721st

3.2K

Last 90 days

15.8K

Last year

Trend: -16.8% (30d vs prior 30d)

r2u CRAN

13

Last 30 days

33

Last 90 days

129

Last year

Trend: -23.5% (30d vs prior 30d)

CRAN Check Status

4 NOTE
9 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Robin Wellmann <r.wellmann@uni-hohenheim.de>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Robin",
                    family = "Wellmann",
                    role = c("aut", "cre"),
                    email = "r.wellmann@uni-hohenheim.de")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Robin Wellmann <r.wellmann@uni-hohenheim.de>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Robin",
                    family = "Wellmann",
                    role = c("aut", "cre"),
                    email = "r.wellmann@uni-hohenheim.de")
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.

Check History

NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Robin Wellmann <r.wellmann@uni-hohenheim.de>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Robin",
                    family = "Wellmann",
                    role = c("aut", "cre"),
                    email = "r.wellmann@uni-hohenheim.de")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Robin Wellmann <r.wellmann@uni-hohenheim.de>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Robin",
                    family = "Wellmann",
                    role = c("aut", "cre"),
                    email = "r.wellmann@uni-hohenheim.de")
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.

Reverse Dependencies (3)

imports

Dependency Network

Dependencies Reverse dependencies Matrix shapes alabama cccp nloptr MASS plyr stringr Rcpp SdeaR deaR optiSel optiSolve

Version History

4 tracked
new 1.0 Mar 10, 2026
updated 1.0 ← 0.1.2 diff Oct 12, 2021
updated 0.1.2 ← 0.1 diff Mar 9, 2020
new 0.1 Jul 27, 2017