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
- Host: GitHub
- URL: https://github.com/insightsengineering/standalone
- Owner: insightsengineering
- License: other
- Created: 2024-09-16T10:47:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-07T20:15:12.000Z (8 months ago)
- Last Synced: 2025-10-07T22:13:00.160Z (8 months ago)
- Topics: r, r-package
- Language: R
- Homepage: https://insightsengineering.github.io/standalone/
- Size: 1.85 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# standalone
[](https://github.com/insightsengineering/standalone/actions/workflows/R-CMD-check.yaml)
[](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")
```