Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 891 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 891 Bytes

standalone

R-CMD-check Codecov test coverage

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:

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