In recent PRs, the github actions started failing for the Windows check. It seems that there must have been a backend change to the way the actions work or to the CDC environment, as our code base related to the error did not change. To temporarily get around this, we updated R-CMD-check.yaml to include error-on: '"error"' so that it failed only on errors instead of also warnings. Someone with more experience with Github Actions should investigate further and ensure they are set up appropriately for our package(s).
In recent PRs, the github actions started failing for the Windows check. It seems that there must have been a backend change to the way the actions work or to the CDC environment, as our code base related to the error did not change. To temporarily get around this, we updated R-CMD-check.yaml to include
error-on: '"error"'so that it failed only on errors instead of also warnings. Someone with more experience with Github Actions should investigate further and ensure they are set up appropriately for our package(s).