Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Sep 16, 2024
1 parent 230ce55 commit 54494bc
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@

# standalone

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

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("ddsjoberg/standalone", file = "checks")
```

THIS REPOSITORY HAS BEEN MIGRATED TO https://github.com/insightsengineering/standalone

0 comments on commit 54494bc

Please sign in to comment.