Uses a .renvignore file to tell renv to not look in the notes folder when deciding what packages need to be tracked. I did this because the GitHub action that publishes the app uses renv and only needs to install packages necessary for the app to run.
Uses a .renvignore file to tell
renv
to not look in thenotes
folder when deciding what packages need to be tracked. I did this because the GitHub action that publishes the app usesrenv
and only needs to install packages necessary for the app to run.