Package: diffcp Type: Package Title: Differentiating Through Cone Programs Version: 0.1.1 Authors@R: c( person("Balasubramanian", "Narasimhan", role = c("aut", "cre"), email = "naras@stanford.edu"), person("Akshay", "Agrawal", role = "aut"), person("Shane", "Barratt", role = "aut"), person("Stephen", "Boyd", role = "aut"), person("Enzo", "Busseti", role = "aut"), person("Walaa", "Moursi", role = "aut")) Description: A port of the 'python' 'diffcp' package. Computes the derivative of the optimal solution map of a convex cone program, treating the program as an implicit function of its data (constraint matrix, offset, objective coefficients, and optionally a quadratic), mirroring Agrawal et al. (2019) . URL: https://bnaras.github.io/diffcp/ BugReports: https://github.com/bnaras/diffcp/issues License: Apache License (>= 2) Encoding: UTF-8 Imports: cli, clarabel, Matrix, methods, Rcpp LinkingTo: Rcpp, RcppEigen Suggests: knitr, pkgdown, rmarkdown, scs, testthat (>= 3.0.0) VignetteBuilder: knitr SystemRequirements: C++17 Config/testthat/edition: 3 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: make libclang-dev Repository: https://bnaras.r-universe.dev Date/Publication: 2026-05-26 15:49:20 UTC RemoteUrl: https://github.com/bnaras/diffcp RemoteRef: HEAD RemoteSha: 109c12f15298f9cbee8407ddc7d211581e8a1a9c NeedsCompilation: yes Packaged: 2026-06-04 19:31:25 UTC; root Author: Balasubramanian Narasimhan [aut, cre], Akshay Agrawal [aut], Shane Barratt [aut], Stephen Boyd [aut], Enzo Busseti [aut], Walaa Moursi [aut] Maintainer: Balasubramanian Narasimhan