|
IEAbal = madrat::calcOutput("IO", subtype = "IEA_output", aggregate = TRUE) |
|
trsp_incent = readSource(type="TransportSubsidies") |
The calcIO and readTransportSusbisides functions are defined in mrremind. mrremind depends on edtrTransport however. This leads to the warning:
WARNING: Bidirectional package dependencies detected:
mrremind->edgeTransport, edgeTransport->mrremind
You might want to have a look at the following connections:
calcIO->toolMrremind, readTransportSubsidies->toolMrremind
WARNING: Bidirectional package dependencies detected:
mrremind->edgeTransport, edgeTransport->mrremind
You might want to have a look at the following connections:
calcIO->toolMrremind, readTransportSubsidies->toolMrremindcalcgenerateEDGEdata->calcEDGETrData
WARNING: setConfig must not be used from within retrieveData!
Maybe the functions should be moved to mrcommons?
edgeTransport/R/mrremind.R
Line 21 in 42774e5
edgeTransport/R/mrremind.R
Line 34 in 56df525
The
calcIOandreadTransportSusbisidesfunctions are defined in mrremind. mrremind depends on edtrTransport however. This leads to the warning:Maybe the functions should be moved to mrcommons?