From 334ce70fee398daadbd382a2e7ff6cad9503fad3 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Fri, 25 Oct 2024 09:55:01 -0700 Subject: [PATCH] remove TODO (closes #2026) --- inst/resources/activate.R | 2 +- templates/template-activate.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/resources/activate.R b/inst/resources/activate.R index 952b82490..30e52d4bc 100644 --- a/inst/resources/activate.R +++ b/inst/resources/activate.R @@ -42,7 +42,7 @@ local({ return(FALSE) # next, check environment variables - # TODO: prefer using the configuration one in the future + # prefer using the configuration one in the future envvars <- c( "RENV_CONFIG_AUTOLOADER_ENABLED", "RENV_AUTOLOADER_ENABLED", diff --git a/templates/template-activate.R b/templates/template-activate.R index e7ba77c72..9752670de 100644 --- a/templates/template-activate.R +++ b/templates/template-activate.R @@ -42,7 +42,7 @@ local({ return(FALSE) # next, check environment variables - # TODO: prefer using the configuration one in the future + # prefer using the configuration one in the future envvars <- c( "RENV_CONFIG_AUTOLOADER_ENABLED", "RENV_AUTOLOADER_ENABLED",