Nothing
#' @import utils
.onLoad <- function(libname = find.package("peakPantheR"),
pkgname = "peakPantheR"){
# CRAN Note avoidance
if(getRversion() >= "2.15.1") {
utils::globalVariables(
# data.frame column names used in ggplot (cannot use aes_string due to
# transformations to the column in aes())
c("x","y","colr","..density..","rt","int","specID", "rt_dev_sec",
"isReference", "predictedRtDrift")
)
invisible()
}
}
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
paste("\nThis is peakPantheR version",
utils::packageVersion("peakPantheR"), "\n"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.