Skip to content

Commit

Permalink
chore: update proper filename for sourceme.R in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Jul 18, 2023
1 parent 2f78cfc commit 3a92cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A gallery of sample apps based on the [`teal` framework](https://github.com/insi

You can run any of these apps by just executing these two lines of code in your R console.

By sourcing the [\_utils.R](https://github.com/insightsengineering/teal.gallery/blob/main/_utils.R) file you make sure that you have access to the `restore_and_run()`
By sourcing the [\sourceme.R](https://github.com/insightsengineering/teal.gallery/blob/main/utils/sourceme.R) file you make sure that you have access to the `restore_and_run()`

Running the `restore_and_run("APP_NAME")` will run the `APP_NAME` by restoring the packages using [renv](https://rstudio.github.io/renv/)

Expand Down

0 comments on commit 3a92cc2

Please sign in to comment.