FEAT: Project activation
Closed this issue · 0 comments
ahasverus commented
When testing package using here::here()
inside functions is problematic. Prefer using usethis::proj_get()
to 1) test if the current folder is a project (when calling functions), and 2) get this path in each function to create files at the good place.
Also create a sentinel file .here
if not using RStudio.