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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.