This is a test version of Biostars. For the public version, visit https://www.biostars.org.
'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

package installing gcmr not r

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).

Log in to answer this question.