# 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)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.