.onAttach = function(libname, pkgname){
if (interactive()) {
packageStartupMessage(
#"-----------------------------------------------------------------------
#Genotyping Uncertainty with Sequencing data for linkage MAPping (GUSMap)
#Copyright (C) 2017-2023 Timothy P. Bilton
#This program comes with ABSOLUTELY NO WARRANTY.
#This is free software, and you are welcome to redistribute it
#under certain conditions.
#------------------------------------------------------------------------
"Welcome to GUSMap v2.2.2"
)}
}
.onUnload <- function (libpath) {
library.dynam.unload("GUSMap", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.