Package: convexjlr
Type: Package
Title: Disciplined Convex Programming in R using 'Convex.jl'
Version: 0.8.1
Date: 2018-12-16
Authors@R: person("Changcheng Li", email = "cxl508@psu.edu",
    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
NeedsCompilation: no
Packaged: 2018-12-16 21:19:42 UTC; lichangcheng
Author: Changcheng Li [aut, cre]
Maintainer: Changcheng Li <cxl508@psu.edu>
Repository: CRAN
Date/Publication: 2018-12-16 21:30:03 UTC
Built: R 4.1.0; ; 2021-05-27 02:22:18 UTC; unix
