restore_env {shiny.benchmark} | R Documentation |
Check whether renv is in use in the current branch. Raise error if renv is not in use or apply renv:restore() in the case the package is present
restore_env(branch, renv_prompt)
branch |
Commit hash code or branch name. Useful to create an informative error message |
renv_prompt |
Prompt the user before taking any action? |