R/vos_install_linux.R

Defines functions vos_install_linux

vos_install_linux <- function() {
  message(paste(
    "Package does not support direct install of virtuoso",
    "from R on Linux systems. Please install virtuoso-opensource",
    "for your distribution. e.g. on Debian/Ubuntu systems, run",
    "sudo apt-get -y install virtuoso-opensource"
  ))
}

Try the virtuoso package in your browser

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

virtuoso documentation built on Nov. 3, 2021, 1:07 a.m.