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

https://github.com/insightsengineering/standalone

Standalone scripts for R package development
https://github.com/insightsengineering/standalone

r r-package

Last synced: 3 months ago
JSON representation

Standalone scripts for R package development

Awesome Lists containing this project

README

          

# standalone

[![R-CMD-check](https://github.com/insightsengineering/standalone/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/insightsengineering/standalone/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/insightsengineering/standalone/branch/main/graph/badge.svg)](https://app.codecov.io/gh/insightsengineering/standalone?branch=main)

The goal of standalone is to provide standalone scripts that are useful for the development of R packages.
The standalone package **will not** be a dependency of the package you are developing.
You don't even need to install it to use the standalone scripts housed in this repo.

## Example

To copy a standalone script with useful checks against user inputs, run:

``` r
usethis::use_standalone("insightsengineering/standalone", file = "checks")
```