You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sarahkaspar/biostatistics-course#1 I had encountered a situation where the user attempted to run sandpaper::update_cache() while inside of the episodes/ folder (which is not an uncommon use case) and instead of fixing their issue, they accidentally committed the updated cache and all of the symbolic links to episodes/renv/
When update_cache() is run, it should first use root_path() to make sure it's in the correct part of the lesson
The text was updated successfully, but these errors were encountered:
In sarahkaspar/biostatistics-course#1 I had encountered a situation where the user attempted to run
sandpaper::update_cache()
while inside of theepisodes/
folder (which is not an uncommon use case) and instead of fixing their issue, they accidentally committed the updated cache and all of the symbolic links toepisodes/renv/
When
update_cache()
is run, it should first useroot_path()
to make sure it's in the correct part of the lessonThe text was updated successfully, but these errors were encountered: