R/onAttach_information.R

Defines functions .onAttach

# things to do on loading the package
.onAttach <- function(libname, pkgname) {
    packageStartupMessage("The NBN is moving to new APIs in 2017, as a result this package will stop working at the end of March 2017. A new package will be created for the new APIs. For more information see https://github.com/ropensci/rnbn/issues/37")
}
ropensci/rnbn documentation built on May 18, 2022, 6:42 p.m.