R/000.R

##############################################################################
# This code has to come first in a library. To do this make sure this file
# is named "000.R" (zeros).
##############################################################################

# Is autoload() allowed in R v2.0.0 or higher? According to the help one
# should not use require().
# require(R.oo) || stop("Could not load package: R.oo");
autoload("appendVarArgs", package="R.methodsS3")
autoload("hasVarArgs", package="R.methodsS3")
autoload("setMethodS3", package="R.methodsS3")
autoload("setConstructorS3", package="R.oo")
HenrikBengtsson/legacy-illuminaIO documentation built on May 7, 2019, 2:52 a.m.