From e00e8517c12f2c8b7b820c7a4331055dd9821c52 Mon Sep 17 00:00:00 2001 From: Balasubramanian Narasimhan Date: Fri, 7 Jun 2024 20:42:06 -0700 Subject: [PATCH] Update DESCRIPTION Fix DOI for CRAN --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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