diff --git a/DESCRIPTION b/DESCRIPTION index fe504c8..7430d6e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ Authors@R: c( 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 for details. +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 for details. License: Apache License 2.0 | file LICENSE SystemRequirements: C++17 Imports: Rcpp (>= 0.12.14), methods, Matrix (>= 1.6.1), R6