mac-theobio / McMasterPandemic

SEIR+ model
GNU General Public License v3.0
20 stars 5 forks source link

R CMD Check GitHub Action is Failing #213

Closed stevencarlislewalker closed 2 years ago

stevencarlislewalker commented 2 years ago

The [skip ci] used by the bot has masked it for many months. I just checked in a small change to the readme and rediscovered the problem with https://github.com/mac-theobio/McMasterPandemic/commit/82981a9da6c7f6b1ba87fc83049611acb8c25d65.

This action definition suggests to me that the key failure occurs by running rcmdcheck. However, running rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error") on my clone of master ran without error. This result suggests that there is an issue with the action rather than the package.

stevencarlislewalker commented 2 years ago

Problem was with latex package management on new versions of the virtual environment OS. Fixed now by removing packages causing problems that were apparently not even being used.