-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 968 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: convexjlr
Type: Package
Title: Disciplined Convex Programming in R using 'Convex.jl'
Version: 0.8.1.9000
Date: 2018-12-16
Authors@R: person("Changcheng Li", email = "[email protected]",
role = c("aut", "cre"))
Description: Provides a simple high-level wrapper for
'Julia' package 'Convex.jl' (see <https://github.com/JuliaOpt/Convex.jl> for
more information),
which makes it easy to describe and solve convex optimization problems in R.
The problems can be dealt with include:
linear programs,
second-order cone programs,
semidefinite programs,
exponential cone programs.
Depends: R (>= 3.4.0)
License: Apache License | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: JuliaCall (>= 0.12.1),
magrittr
RoxygenNote: 6.1.1
Suggests: testthat,
knitr,
rmarkdown,
plotrix
VignetteBuilder: knitr
SystemRequirements: Julia (>= 0.6.0), Convex.jl, SCS.jl, ECOS.jl
URL: https://github.com/Non-Contradiction/convexjlr