R/global.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # set global variables in order to avoid CHECK notes
  utils::globalVariables("type")
  utils::globalVariables("seqnames")
  utils::globalVariables("queryHits")
  utils::globalVariables("width")
  utils::globalVariables("strand")
  utils::globalVariables("label")
  utils::globalVariables("end")
  utils::globalVariables("gene_name")
  utils::globalVariables("Type")

  invisible()
}

Try the ggcoverage package in your browser

Any scripts or data that you put into this service are public.

ggcoverage documentation built on Sept. 6, 2022, 9:06 a.m.