.First<-
function () 
{
    if (!requireNamespace("ffbase")) {
        stop("Please install package ffbase, otherwise the files cannot be loaded.")
    }
    env <- load.ffdf(".", parent.frame())
}
