Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RGCAM package issues #80

Closed
tjstelmach opened this issue Feb 14, 2022 · 2 comments
Closed

RGCAM package issues #80

tjstelmach opened this issue Feb 14, 2022 · 2 comments

Comments

@tjstelmach
Copy link

tjstelmach commented Feb 14, 2022

Hi rgcam team,
Our collaborators had a recent error related to parsing the database that was R package-related. When the addScenario() command was run, the following was output:
Scenario GCAMC does not exist in this project. Creating.
Scenario GCAMCAN_pr does not exist in this project. Creating.
Scenario GCAMCAN_prov_Ref does not exist in this project. Creating.
Scenario MB does not exist in this project. Creating.
Warning message: 1: One or more parsing issues, see problems() for details
2. 2 failed to parse

For reference, the only scenario being ran here is GCAMCAN_prov_Ref, yet multiple non-existent scenarios were output during parsing. Additionally, the resulting output tables had erroneous outputs that included a mix of both scenario names and data (i.e. this screenshot):
rgcam_error2

This error was resolved by adjusting the version of readr (from 2.1.0 to 1.4.0) through modifying a renv lock file. Just wanting to flag this for future users who run into this conflict.

@tjstelmach
Copy link
Author

tjstelmach commented Feb 14, 2022

Resolved by editing the version of readr from 2.1.0 to 1.4.0 using renv lock file change

@nurf004
Copy link

nurf004 commented Jul 25, 2022

Resolved by editing the version of readr from 2.1.0 to 1.4.0 using renv lock file change

Hi, I'm wondering how to do this? I have no idea of using renv lock file change. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants