R/zzz.R

.onUnload<-function(libpath)
{
   if(!any(search()=="package:RDCOMClient")) z=try(library(RDCOMClient))
	if(inherits(z,"try-error")){
		cat("\nPlease manually download and install the RDCOM package from\n
		http://www.omegahat.org/RDCOMClient/ before continuing\n")
		cat("\nDetaching package RCSI...\n")
		detach("library:RCSI")
		return()
	}
}

Try the RCSI package in your browser

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

RCSI documentation built on May 2, 2019, 4:50 p.m.