An open API service indexing awesome lists of open source software.

https://github.com/elipousson/roxygen2path

A R package for building documentation from a script or directory
https://github.com/elipousson/roxygen2path

roxygen2 rstats

Last synced: 18 days ago
JSON representation

A R package for building documentation from a script or directory

Awesome Lists containing this project

README

          

---
output: github_document
---

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

# roxygen2path

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

The goal of roxygen2path is to make it easy to document scripts with {roxygen2} style documentation and then render and load that documentation by creating a mock package.

## Installation

You can install the development version of `{roxygen2path}` like so:

``` r
# pak::pkg_install("elipousson/roxygen2path")
```

The package suggests my fork of the `{sinew}` package:

``` r
# pak::pkg_install("elipousson/sinew")
```

## Related packages

This package is significantly inspired by the [document package](https://gitlab.com/fvafrcu/document).