This GitHub action creates man/
documentation from roxygen comments in R/
scripts at the repository root using devtools.
None.
R_LIBS
, a vector of paths prepended to existing .libPaths()
.
Defaults to R_LIBS_WORKFLOW
([$HOME](https://developer.github.com/actions/creating-github-actions/accessing-the-runtime-environment/#filesystem)/lib/R/library
) where they persist over the run of the workflow.
All earlier or later actions that have R_LIBS_WORKFLOW
in their .libPaths()
can install to or load from this path.
For more details, read the vignette on action isolation.
```{bash echo=FALSE, results="markup"} ./document.R --help
### Example Usage
action "Document Package" { uses = "r-lib/ghactions/actions/document@master" } ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.