Skip to content

Commit 1fda2d8

Browse files
Add dplyr to Imports and initialize variables
Added dplyr (>= 1.1.4) to the Imports in DESCRIPTION. Initialized several variables to NULL in outputs_simulations_settings.
1 parent c38deaf commit 1fda2d8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RoxygenNote: 7.3.3
1717
URL: https://github.com/umr-marbec/isisinsight, https://umr-marbec.github.io/isisinsight/
1818
BugReports: https://github.com/umr-marbec/isisinsight/issues
1919
Imports:
20+
dplyr (>= 1.1.4),
2021
lifecycle,
2122
lubridate (>= 1.9.4),
2223
magrittr,

R/outputs_simulations_settings.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
#'
1111
outputs_simulations_settings <- function(directory_path) {
1212
# 1 - Global variable assignment ----
13+
population <- NULL
14+
scenario_name <- NULL
15+
step <- NULL
16+
value <- NULL
17+
year <- NULL
18+
zone_population <- NULL
19+
simulation_name <- NULL
1320
# Empty for now
1421
# 2 - Global argument check ----
1522
if (missing(x = directory_path)

0 commit comments

Comments
 (0)