Package: osqp
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 0.6.3.3
Date: 2024-06-07
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", "ctb"), email = "naras@stanford.edu"))	
Copyright: file COPYRIGHT
Description: Provides bindings to the 'OSQP' solver. The 'OSQP' solver is a numerical optimization package or 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
Imports: Rcpp (>= 0.12.14), methods, Matrix (>= 1.6.1), R6
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Collate: 'RcppExports.R' 'osqp-package.R' 'sparse.R' 'solve.R' 'osqp.R'
        'params.R'
NeedsCompilation: yes
Suggests: slam, testthat
Encoding: UTF-8
BugReports: https://github.com/osqp/osqp-r/issues
URL: https://osqp.org
Packaged: 2024-06-08 03:42:50 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, ctb]
Maintainer: Balasubramanian Narasimhan <naras@stanford.edu>
Repository: CRAN
Date/Publication: 2024-06-08 05:30:01 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 05:16:34 UTC; unix
Archs: osqp.so.dSYM
