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
Error in setup step even though it seems to succeed #116
Comments
|
|
|
Good catch! That's the cause, because I just tried with R 3.6.3 and it works: https://github.com/r-quantities/quantities/runs/745325070?check_suite_focus=true |
|
same issue here w/ lint, pkgdown, and test-coverage (it works for R-CMD-check) |
|
I think that at least part of the problem is that the JSON at https://rversions.r-pkg.org/r-versions is malformed (note that the comma on line 5 should be one line up immediately following the closing brace and not immediately following the open brace). This results in the version map being empty and no matching R version being installed. |
I believe this is related to r-lib/actions#116
|
The fix for the r-versions.json was merged and is available now, and my builds are back to running again. |
|
|
|
I'm also seeing the failure on some runners, while some other ones are running fine. My guess is that the response of https://rversions.r-pkg.org/r-versions is cached somehow (CDN?) and the change doesn't always propagate immediately. |
|
Is it failing for all versions or for a specific one? I also noticed that although 4.0.1 has been released, it doesn't look like the binary is available for macOS yet. It looks like by default if you specify r version 4.0 it will try and pull the laters (but not be able to because the 4.0.1 binary isn't up yet). I worked around this for now by specifying 4.0.0 and that worked fine for me: https://github.com/jonkeane/dittodb/blob/pkgdown-cleanup/.github/workflows/check-mac.yaml#L16 and https://github.com/jonkeane/dittodb/actions/runs/127718220 |
|
Specifying the patch also worked for me. Are the macOS binaries likely to be released within a few days? |
I had the same issue yesterday, even after seeing this comment; but re-running the job just now succeeded, so good sign for the propagation of the fix? |
|
Re-run everything now, all fixed from my side. thanks! |
|
Is it safe now to remove R 4.0.0 version specification? |
|
the problem was there is a OS specific r,versions endpoint for macOS (https://rversions.r-pkg.org/r-release-macos), which is what The binary for 4.0.1 exists now so all cases should work as normal. |
I am just now running into a similar issue with R-devel on Mac OS: https://github.com/wlandau/targets/runs/892584841. The analogous Mac OS build for R-release succeeds: https://github.com/wlandau/targets/runs/892584830. |
|
@jimhester, you mentioned https://rversions.r-pkg.org/r-release-macos. Is there supposed to be an analogous https://rversions.r-pkg.org/r-devel-macos? Doesn't seem to exist at the moment. |
|
+1 same problem with r-devel macos |
|
+1 same problem here for macos-latest and r-devel. |
|
#140 is tracking the lack of R-devel on macOS. In short the daily devel binaries previously available on https://mac.r-project.org have been removed with no explanation, we can't do anything unless they are restored. |
I have two workflows: one to check the package that is triggered for every push, and another one to build the pkgdown site when a new release is published.
Any idea what's the issue here?
The text was updated successfully, but these errors were encountered: