Install InVEST and its dependencies
install_invest(
envname = "r-reticulate",
gh_action_runner = FALSE,
restart_session = TRUE
)
Name of Python environment to install within
boolean
Restart R session after installing (note this will only occur within RStudio).
if (FALSE) {
rinvest::install_invest()
}