GegznaV
1
On GitHub Actios (GHA), I tried r-lib/actions/setup-r@v1
and
r-lib/actions/setup-r@master
and on R 4.0.4 (R release) it results in:
- Is this behavior expected at this moment? (Yesterday it worked as expected)
- What is the cause of this 403 issue: is it a bug in the action I use or is it due to some changes in the server with R devel?
llrs
2
Just reported this in another topic. To me it only happened on ubuntu. Probably it is an error on the setup-r action
GegznaV
3
It might be related to the fact that R 4.0.4 was released yesterday:
llrs
4
Maybe but on Windows and iOS it didn't fail
maelle
5
1 Like
cderv
6
The R binary for Linux installation is not available yet in r-builds
. The action uses that, so the action is failing.
For windows and MacOS, CRAN offers a binary so this one is used by the action and this is why it is not failing.
3 Likes
cderv
7
This is now fixed and the build should be available.
system
Closed
8
This topic was automatically closed after 45 days. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.