R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  
  if (!require(RDCOMClient)) 
    warning("\nWARNING: \nThe package RDCOMClient is unavailable. For this package to run, the RDCOMClient has to be installed. This early version does not support rcom.")

      
}
markheckmann/R2wdaddons documentation built on Sept. 13, 2019, 8:40 a.m.