R/export.R

Defines functions mosek mosek_clean mosek_version mosek_read mosek_write .onAttach

Documented in mosek mosek_clean mosek_read mosek_version mosek_write

fmsg <- "Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek."

mosek           <- function(...) { stop(fmsg) }
mosek_clean     <- function(...) { stop(fmsg) }
mosek_version   <- function(...) { stop(fmsg) }
mosek_read      <- function(...) { stop(fmsg) }
mosek_write     <- function(...) { stop(fmsg) }


startmsg <- "
   The Rmosek meta-package is ready. Please call

      mosek_attachbuilder(what_mosek_bindir)

   to complete the installation. See also '?mosek_attachbuilder'.

"

.onAttach <- function(libname, pkgname) { packageStartupMessage(startmsg) }

Try the Rmosek package in your browser

Any scripts or data that you put into this service are public.

Rmosek documentation built on Aug. 1, 2019, 5:04 p.m.