# \donttest{
if (interactive()) {
env_agent <- create_env_agent(allow_install = TRUE)
result <- env_agent$run(
"Check if tidyverse is installed and load it",
session = session,
model = "openai:gpt-4o"
)
}
# }
Run the code above in your browser using DataLab