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 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 Roxygen: list(markdown = TRUE) 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 Config/pak/sysreqs: make Repository: https://osqp.r-universe.dev Date/Publication: 2026-02-28 16:06:49 UTC RemoteUrl: https://github.com/osqp/osqp-r RemoteRef: HEAD RemoteSha: b7e5e4b001adf6a5547c6abc739f6879d0adc2c5 Packaged: 2026-05-27 10:51:55 UTC; root 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