inst/bash/MDplot_install.R

install.packages( "MDplot", dependencies = TRUE,
                  INSTALL_opts = c( "--no-lock" ),
                  repos = "http://cran.wu.ac.at" )
if( require( MDplot ) )
{
  print( paste( "Installation of MDplot version ",
                packageVersion( "MDplot" ),
                " succeeded!", sep = "" ) )
}else
{
  print( "Installation of MDplot could not be completed successfully!" )
}

Try the MDplot package in your browser

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

MDplot documentation built on May 2, 2019, 7:02 a.m.