11Package: clarabel
22Type: Package
33Title: Interior Point Conic Optimization Solver
4- Version: 0.9.0.1
5- Authors@R: c(person("Balasubramanian", "Narasimhan", role= c("aut", "cre"),
4+ Version: 0.10.0
5+ Authors@R: c(person("Balasubramanian", "Narasimhan", role = c("aut", "cre"),
66 email = "naras@stanford.edu"),
7- person("Paul", "Goulart", role=c("aut", "cph")),
8- person("Yuwen", "Chen", role=c("aut")),
7+ person("Paul", "Goulart", role = c("aut", "cph")),
8+ person("Yuwen", "Chen", role = c("aut")),
9+ person("Hiroaki", "Yutani", role = c("ctb"),
10+ comment = "For vendoring/Makefile hints/R scripts for generating crate authors/licenses"),
11+ person("David", "Zimmermann-Kollenda", role = c("ctb"),
12+ comment = "For configure scripts and tools/msvr.R lifted from rtitoken package"),
913 person("Hiroaki", "Yutani", role = c("ctb"),
1014 comment = "For vendoring/Makefile hints/R scripts for generating crate authors/licenses"),
1115 person(given = "The authors of the dependency Rust crates", role = c("ctb"),
@@ -14,8 +18,7 @@ Description: A versatile interior point solver that solves linear programs (LPs)
1418License: Apache License (== 2.0)
1519Encoding: UTF-8
1620Roxygen: list(markdown = TRUE)
17- Config/rextendr/version: 0.3.1
18- RoxygenNote: 7.3.1
21+ RoxygenNote: 7.3.2
1922URL: https://oxfordcontrol.github.io/clarabel-r/
2023BugReports: https://github.com/oxfordcontrol/clarabel-r/issues
2124Suggests:
0 commit comments