You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading in the .env is not necessary when running in the local RStudio context/method, so we should silence the warning thrown by this command when the .env is not found when in an interactive session.
It might be ideal to simply skip reading in the .env file when running interactive to avoid a local clone with an .env from running into conflicts with the .env overriding the R_CONFIG_ACTIVE value set by using Sys.setenv(R_CONFIG_ACTIVE = "desktop") as in the recommended local/RStudio method.
The text was updated successfully, but these errors were encountered:
workflow.data.preparation/run_pacta_data_preparation.R
Line 22 in 44758b9
Reading in the
.env
is not necessary when running in the local RStudio context/method, so we should silence the warning thrown by this command when the.env
is not found when in an interactive session.It might be ideal to simply skip reading in the
.env
file when running interactive to avoid a local clone with an.env
from running into conflicts with the.env
overriding theR_CONFIG_ACTIVE
value set by usingSys.setenv(R_CONFIG_ACTIVE = "desktop")
as in the recommended local/RStudio method.The text was updated successfully, but these errors were encountered: