'gcmr' package installation issue
I have been trying to install 'gcmr' package built for R on my Mac. I have tried every version of 'gcmr' from source with all available versions of R. However, every time it says that the package 'gcmr' is not available for this version of R. Could anyone please suggest me any solution of this issue? TIA
• 988 views
•
link
1 answer
It got removed from CRAN https://cran.r-project.org/web/packages/gcmr/index.html
You could compile directly from source via remotes::install_github('cran/gcmr') (untested).
• 0 views
•
link
Log in to answer this question.