R/006.fixVarArgs.R

# Added '...' to some base functions. These will later be
# turned into default functions by setMethodS3().

write <- appendVarArgs(write)

if (exists("restart", mode="function")) {
  restart <- NULL; rm(list="restart"); # To please R CMD check on R (>= 2.15.0)
  restart <- appendVarArgs(restart)
}
HenrikBengtsson/R.rsp documentation built on Feb. 20, 2024, 9:03 p.m.