R/startup.R

# Library load message
#' @importFrom utils packageDescription

.onAttach<- function (lib, pkg){
  if(interactive()){
    vers <- packageDescription("RDBEScore", fields = "Version")
    start_msg <- paste("
======================================================================
RDBEScore", vers, "
======================================================================

Please Note:

This package is under development under the WGRDBES-EST.

Code has been tested, however you should consider outputs as
experimental.

Please report any issues or bugs you encounter here:

    https://github.com/ices-tools-dev/RDBEScore

======================================================================")

    packageStartupMessage(start_msg)
  }
}
ices-tools-dev/icesRDBES documentation built on April 17, 2025, 1:58 p.m.