#' nanopoRe
#'
#' methods for supporting the Oxford Nanopore Technologies Bioinformatics
#' Tutorials
#'
#' @docType package
#' @author Stephen Rudd
#' @import Rcpp
#' @importFrom Rcpp sourceCpp
#' @useDynLib nanopoRe, .registration = TRUE
#' @name nanopoRe
NULL
.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste0("nanopoRe package - v ",
utils::packageVersion("nanopoRe")))
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.