diff --git a/R/zzz.R b/R/zzz.R index fca9311..687896a 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -2,7 +2,7 @@ #This function should be called each time the package is loaded .onLoad <- function(libname, pkgname){ - updateStandardTables() + #updateStandardTables() } #