You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the latest version of waffle on CRAN is version 0.7.0:
These prevents the project from running using the renv version of packages because you get this error:
Warning: failed to find binary for 'waffle 1.0.1' in package repositories
Warning: failed to find source for 'waffle 1.0.1' in package repositories
Warning: failed to retrieve 'https://cran.rstudio.com/src/contrib/Archive/waffle/waffle_1.0.1.tar.gz' [error code 22]
Error: failed to retrieve package '[email protected]'
In the renv.lock file it specifies the project needs version 1.0.1 of the waffle package and it can get it on CRAN:
However, the latest version of waffle on CRAN is version 0.7.0:
These prevents the project from running using the renv version of packages because you get this error:
when you run
renv::restore()
.This error happenes even if you have the correct version of waffle installed from GitHub in your usual environment.
The solution must be one of:
The text was updated successfully, but these errors were encountered: