R/first.lib.R

Defines functions .First.lib

# TODO: This is very ugly. It is better to run the aliases.sh script
# when a new package is installed, or when apache2 is restarted.
# this solution only works because there is no actual R code in the package,
# so it is never loaded apart from when it is installed.
# 
###############################################################################

.First.lib <- function(path, package){
	#updateAliases();
}
jeroenooms/JSlibs documentation built on May 19, 2019, 6:11 a.m.