diff --git a/R/fullVALIDATIONREMIND.R b/R/fullVALIDATIONREMIND.R index d4412b4a..c0974067 100644 --- a/R/fullVALIDATIONREMIND.R +++ b/R/fullVALIDATIONREMIND.R @@ -178,13 +178,7 @@ fullVALIDATIONREMIND <- function(rev = 0) { # IEA World Energy Outlook ---- calcOutput( - type = "IEA_WorldEnergyOutlook", version = "default", file = valfile, - aggregate = columnsForAggregation, append = TRUE, warnNA = FALSE, - try = FALSE, years = years, writeArgs = list(scenario = "historical") - ) - - calcOutput( - type = "IEA_WorldEnergyOutlook", version = "latest", file = valfile, + type = "IEA_WorldEnergyOutlook", file = valfile, aggregate = columnsForAggregation, append = TRUE, warnNA = FALSE, try = FALSE, years = years, writeArgs = list(scenario = "historical") )