From 96196996f341ca366c66deadd17357189f2037fc Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Thu, 14 Sep 2023 10:48:01 +0200 Subject: [PATCH] remove defunct `new_data` option (#11) --- R/set_web_parameters.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/set_web_parameters.R b/R/set_web_parameters.R index 497b8bd..b5fa49a 100644 --- a/R/set_web_parameters.R +++ b/R/set_web_parameters.R @@ -7,7 +7,6 @@ set_web_parameters <- function(file_path) { .GlobalEnv$user_results_path <- cfg$paths$user_data_location .GlobalEnv$project_name <- cfg$parameters$project_name - .GlobalEnv$new_data <- cfg$parameters$new_data .GlobalEnv$financial_timestamp <- cfg$parameters$financial_timestamp }