Install InVEST and its dependencies

install_invest(
  envname = "r-reticulate",
  gh_action_runner = FALSE,
  restart_session = TRUE
)

Arguments

envname

Name of Python environment to install within

gh_action_runner

boolean

restart_session

Restart R session after installing (note this will only occur within RStudio).

Examples

if (FALSE) {
rinvest::install_invest()
}