R/zzz.R

Defines functions .onLoad

#
# zzz.R
#
# copyright (c) 2010-2012 - GBIC, Danny Arends, Bruno Tesson and Ritsert C. Jansen
# last modified Oct, 2012
# first written Nov, 2010
# 
# .onLoad is run when the package is loaded with library(ctl)

.onLoad <- function(lib, pkg) library.dynam("ctl", pkg, lib)

# end of zzz.R

Try the ctl package in your browser

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

ctl documentation built on Nov. 27, 2023, 5:09 p.m.