Have you tried installing from source?
install.packages("x", type = "source")
# Or if you download the source code
install.packages("c/users/you/downloads/x.tar.gz", repos = NULL, type = "source")
Have you tried installing from source?
install.packages("x", type = "source")
# Or if you download the source code
install.packages("c/users/you/downloads/x.tar.gz", repos = NULL, type = "source")