-
Notifications
You must be signed in to change notification settings - Fork 5
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
devtools::build_vignettes('rgcam') gives Error: Can't find 'rgcam' #65
Comments
The warning about the submodule is harmless. The submodule contains the source code for the Java code that accesses the GCAM output, but all you really need is the jar-file, which is included. The second issue is more puzzling. Just to be clear, do you get the error message after running |
I get the error message after running (attempting to run) |
Ah, I see the problem.
|
Thanks, it is working now. You might want to modify the documentation at the bottom of this page. |
Thanks, @cgnolte, I've created another issue to remind me to do that. |
Using R version 3.4.4 on RHEL 7.7, I installed rgcam via
This took quite some time. It appeared to complete successfully, but I did get this warning message:
"GitHub repo contains submodules, may not function as expected!"
I then tried to build the vignettes:
But got the error message:
Error: Can't find 'rgcam'.
The text was updated successfully, but these errors were encountered: