2R Models still cannot be calculated using the demand vector due to this stop
|
prepareImportProductionDemand <- function(model, location) { |
|
if (model$specs$IODataSource == "stateior") { |
|
y_m_p <- prepare2RDemand(model, location, domestic = FALSE) |
|
stop("Import production demand not yet implemented for 2R models.") |
2R Models still cannot be calculated using the demand vector due to this stop
useeior/R/DemandFunctions.R
Lines 92 to 95 in 47d03b0