We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error message when trying to install rgcam:
rgcam
Error: Failed to install 'rgcam' from GitHub: System command 'Rcmd.exe' failed, exit status: 1, stdout & stderr were printed
Seems to be a Windows issue? Any advice?
The text was updated successfully, but these errors were encountered:
Update: Seems like the following workaround worked for me: install.packages("pak") library(pak) pkg_install("JGCRI/rgcam")
install.packages("pak") library(pak) pkg_install("JGCRI/rgcam")
Also possible: install.packages(devtools) library(devtools) devtools::install_github("JGCRI/rgcam")
install.packages(devtools) library(devtools) devtools::install_github("JGCRI/rgcam")
Sorry, something went wrong.
I must have a different GitHub installation package. This worked for me:
library(githubinstall) gh_install_packages('JGCRI/rgcam', build_vignettes=TRUE)
No branches or pull requests
I am getting this error message when trying to install
rgcam
:Seems to be a Windows issue? Any advice?
The text was updated successfully, but these errors were encountered: