Package: osqp
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 0.6.0.8
Date: 2023-01-30
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 <arXiv:1711.08013> for details.
License: Apache License 2.0 | file LICENSE
SystemRequirements: C++17
Imports: Rcpp (>= 0.12.14), methods, Matrix, R6
LinkingTo: Rcpp
RoxygenNote: 7.2.1
Collate: 'RcppExports.R' 'osqp-package.R' 'solve.R' 'osqp.R' 'params.R'
NeedsCompilation: yes
Suggests: testthat
Encoding: UTF-8
URL: https://osqp.org
Packaged: 2023-01-31 22:25:18 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: 2023-01-31 22:50:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-02-01 11:53:16 UTC; unix
Archs: osqp.so.dSYM
