-
Notifications
You must be signed in to change notification settings - Fork 61
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
R CMD Check cannot run via GitHub Actions because of untagged version #924
Comments
If interested, this may be a good opportunity to try |
Thanks for the info @cpauvert and @bschilder! I don't have much experience with Github actions, so I will have to read up on it a bit and get back to this. In the mean time, I will implement the change suggested by @cpauvert. |
No worries @zachary-foster, if you like I could make a PR and get it set up for you. For context, rworkflows was designed to abstract away a lot of the technical details of setting up GHA so that you don't have to worry about it too much on your end. |
@bschilder Thank for the offer! Sure, a PR would be great! |
Thanks @zachary-foster for considering this and for the last commit, it seems that something is still off unfortunately as the runs on macOS and windows are still failing.. Thanks @bschilder, I did not know about Do you also have a 403 error when trying to get the IUCN API key at https://apiv3.iucnredlist.org/api/v3/token? |
Yes, I also get a 403 error at that link. |
@zachary-foster @cpauvert just wanted to let you know I've made the PR for rworkflows here: |
Hello,
thanks a lot for developing and maintaining this resource!
I noticed that the Github Actions for checking this R package are always failing in a day or so (see screenshot or a recent run) and this is likely due to a change in r-lib/actions#639
Since the end of 2022, the following line:
taxize/.github/workflows/R-CMD-check.yaml
Line 31 in d067035
should use the tagged version of the action as in the
{targets}
package for example. and as shown below.Changing only this line should be a quick fix, but the overall workflow might need a dust-off, I wanted to submit a PR, but unfortunately there are a couple of API tokens/keys that are necessary (e.g., IUCN) that I do not have and cannot obtain (error 403). Therefore I cannot test the Github Actions properly. I'll try again at the beginning of the year and hope to help fix this issue and contribute to your ongoing effort.
Best,
The text was updated successfully, but these errors were encountered: