You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change [xml_suffix = "_1"] into [xml.XML_SUFFIX = "_1"], and I recieved this error messeage:
Error in driver_drake(user_modifications = c("usermod_fert"), xml.XML_SUFFIX = "_1", :
Unfound inputs not marked as from file: inst/extdata/energy/A322.subsector_shrwt, inst/extdata/common/GCAM_region_names in usermod_fert
I tried to change [xml_suffix = "_1"] into [xml.XML_SUFFIX = "_1"], and I recieved this error messeage:
Error in driver_drake(user_modifications = c("usermod_fert"), xml.XML_SUFFIX = "_1", : Unfound inputs not marked as from file: inst/extdata/energy/A322.subsector_shrwt, inst/extdata/common/GCAM_region_names in usermod_fert
Hi I am currently watching a video named GCAM 6.0 gcamdata User Modified Functions and replicating the code shown in the video.
When I tried
I received this error message:
I believe the reason for this error is that the xml.XML_SUFFIX variable is locked when I load gcamdata using:
I'd appreciate any comments or suggestions on how to resolve this issue.
Thanks.
The text was updated successfully, but these errors were encountered: