Installing

In order to install this package, you will need to have Rmosek installed.

Installing Rmosek [Unix]

  • Add the following to your ~/.bashrc file:
  • If you are eligible apply for a free personal academic license at https://www.mosek.com/products/academic-licenses/ You will receive it (immediately) via email.
  • Put the license file in <my-mosek-directory>/mosek
  • Proceed with the installation of mosek
  • Now that you have mosek installed, you can open R and install the Rmosek package with
install.packages("Rmosek", type="source", INSTALL_opts="--no-multiarch",
                  repos="http://download.mosek.com/R/8")

Installing klic

You can install the latest released version of klic from CRAN with

or the development version from GitHub with

library(devtools)
install_github("acabassi/klic")
library(klic)