Hi I am currently watching a video named [GCAM 6.0 gcamdata User Modified Functions](https://www.youtube.com/watch?v=S9PwWAEpLIE) and replicating the code shown in the video. When I tried ```R driver_drake(user_modifications = c("usermod_fert"), xml_suffix = "_1") ``` I received this error message: ``` Error in xml.XML_SUFFIX <<- xml_suffix : cannot change value of locked binding for 'xml.XML_SUFFIX' ``` I believe the reason for this error is that the xml.XML_SUFFIX variable is locked when I load gcamdata using: ```R devtools::load_all() ``` I'd appreciate any comments or suggestions on how to resolve this issue. Thanks.
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.