R/zzz.R

Defines functions pacifyBiocCheck

pacifyBiocCheck <- function() {
   # this is a hack to ensure that BiocCheck doesn't throw an error
   # for Shiny dependencies (e.g. DT, rmarkdown), which are not called 
   # in the R/ folder but only in inst/shiny/
   # other possibility to fix this -> create function in R/ folder (e.g. for rmarkdown calls)
   DT::styleColorBar(1,NULL)
   rmarkdown::metadata
}

Try the openPrimeRui package in your browser

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

openPrimeRui documentation built on Nov. 8, 2020, 6:44 p.m.