knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

roxygenlabs

Experimental 'roxygen' Tags and Extensions

Linux Build Status Windows Build status CRAN RStudio mirror downloads

Experimental 'roxygen' Tags and Extensions

Installation

Once on CRAN, install the package with

install.packages("roxygenlabs")x

Usage

Currently there is no official way to load a package when running devtools::document() or roxygen2::roxygenize(), but you can use a trick: put the package loading code into the Roxygen field in DESCRIPTION:

Roxygen: { library(roxygenlabs); list(markdown = TRUE) }

Conditional examples


CSS and Javascript themes


License

MIT © RStudio



gaborcsardi/roxygenlabs documentation built on July 12, 2020, 9:41 p.m.