R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
    packageStartupMessage("Welcome to the DeepBlueR package")

    if(RCurl::url.exists("http://deepblue.mpi-inf.mpg.de")){
        packageStartupMessage("DeepBlue is online")
    }else{
        warning("DeepBlue could not be reached. Check network connectivity.")
    }
}

Try the DeepBlueR package in your browser

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

DeepBlueR documentation built on Nov. 8, 2020, 6:25 p.m.