The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN status Build Status DOI

KLIC - Kernel Learning Integrative Clustering

Installing

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

Installing Rmosek [Unix]

cd <my-mosek-directory>
tar -xvf mosektoolslinux64x86.tar.bz2
export PATH=$PATH:<my-mosek-directory>/mosek/8/tools/platform/linux64x86/bin
export PKG_MOSEKHOME=<my-mosek-directory>/mosek/8/tools/platform/linux64x86
export PKG_MOSEKLIB=mosek64
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

install.packages("klic")

or the development version from GitHub with

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.