R/zzz.R

Defines functions .onLoad

resources <- bioconductor.sty <- bioconductor.css <- NULL

# resolve paths once during package load
.onLoad <- function(...) {
    resources <<- system.file(package = "BiocStyle", "resources")
    bioconductor.sty <<- file.path(resources, "tex", "Bioconductor.sty")
    bioconductor.css <<- file.path(resources, "html", "bioconductor.css")
}

Try the BiocStyle package in your browser

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

BiocStyle documentation built on Nov. 26, 2020, 2:01 a.m.