Package: osqp
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 1.0.0
Date: 2026-02-27
Authors@R: c(
  person("Bartolomeo", "Stellato", role = c("aut", "ctb", "cph"),
         email = "bartolomeo.stellato@gmail.com"),
  person("Goran", "Banjac", role = c("aut", "ctb", "cph")),
  person("Paul", "Goulart", role = c("aut", "ctb", "cph"),
         email = "paul.goulart@eng.ox.ac.uk"),
  person("Stephen", "Boyd", role = c("aut", "ctb", "cph")),
  person("Eric", "Anderson", role = c("ctb")),
  person("Vineet", "Bansal", role = c("aut", "ctb"), email = "vineetb@princeton.edu"),
  person("Balasubramanian", "Narasimhan", role = c("cre", "aut"), email = "naras@stanford.edu"))	
Copyright: file COPYRIGHT
Description: Provides bindings to the 'OSQP' solver. The 'OSQP' solver is a numerical optimization package for solving convex quadratic programs written in 'C' and based on the alternating direction method of multipliers. See <doi:10.48550/arXiv.1711.08013> for details.
License: Apache License 2.0 | file LICENSE
SystemRequirements: C++17, GNU make
Imports: Rcpp (>= 0.12.14), methods, Matrix (>= 1.6.1), S7, cli
LinkingTo: Rcpp
RoxygenNote: 7.3.3
Collate: 'RcppExports.R' 'osqp-package.R' 'sparse.R' 'solve.R' 'osqp.R'
        'params.R'
NeedsCompilation: yes
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, slam, testthat
Encoding: UTF-8
BugReports: https://github.com/osqp/osqp-r/issues
URL: https://osqp.org
Packaged: 2026-02-28 16:07:45 UTC; naras
Author: Bartolomeo Stellato [aut, ctb, cph],
  Goran Banjac [aut, ctb, cph],
  Paul Goulart [aut, ctb, cph],
  Stephen Boyd [aut, ctb, cph],
  Eric Anderson [ctb],
  Vineet Bansal [aut, ctb],
  Balasubramanian Narasimhan [cre, aut]
Maintainer: Balasubramanian Narasimhan <naras@stanford.edu>
Repository: CRAN
Date/Publication: 2026-03-01 10:00:02 UTC
Built: R 4.5.2; aarch64-apple-darwin20; 2026-03-01 12:14:57 UTC; unix
Archs: osqp.so.dSYM
