Closed josefortou closed 4 years ago
Thanks for your patience with this installation question! 🙌
This can definitely happen more often on Windows, because the binary package you installed from CRAN was built on a newer version of R than what you have. Some options you have include:
R_REMOTES_NO_ERRORS_FROM_WARNINGS
environment variable as outlined in this issueLet us know if you continue to have problems. 👍
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Hi,
I'm trying to install the GitHub version of
multilevelmod
usingdevtools::install_github()
:Instead, I'm getting
Error: Failed to install 'multilevelmod' from GitHub
. I have the most recent version oftidymodels
alreayd installed. The complete output I'm seeing is:Running sessionInfo() gets me:
I can see that the CRAN version isn't quite ready for installing. Is there something I'm missing? Thanks!