Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

waffle 1.0.1 not available on CRAN #10

Open
ellisp opened this issue Feb 3, 2023 · 1 comment
Open

waffle 1.0.1 not available on CRAN #10

ellisp opened this issue Feb 3, 2023 · 1 comment

Comments

@ellisp
Copy link

ellisp commented Feb 3, 2023

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:

    "waffle": {
      "Package": "waffle",
      "Version": "1.0.1",
      "Source": "Repository",
      "Repository": "CRAN",
      "Hash": "836b2ea136cd30fe3ab7b14d556d9b7e"
    },

However, the latest version of waffle on CRAN is version 0.7.0:

image

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]'

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:

  • change the version required to 0.7.0
  • change the source from CRAN to GitHub
  • get Bob Rudis (the maintainer of waffle) to push version 1.0.1 to CRAN
@jimjam-slam
Copy link

Waffle 1.0.2 was added to CRAN in October 2023 and is still there... not sure if the lockfile will go forward to the next patch without a tweak though! 1.0.1 was never published to CRAN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants