DS4PS / cpp-528-spr-2021

https://ds4ps.org/cpp-528-spr-2021/
0 stars 0 forks source link

Call renv::restore first followed by here::here #60

Closed cenuno closed 3 years ago

cenuno commented 3 years ago

Left as is, renv::restore() fails because here::here() only generates a file path.

This PR successfully calls renv::restore() and uses here::here() so that renv can search for the renv.lock file within the root directory via here::here(), regardless of where the user is within the directory.