Hi. I am attempting to run R-CMD-check via a github action but it fails on the windows release. Everything passes on my local machine, but on github it attempts to install the 'RRPP' package but fails as it can't find the dependency 'pillar'. After failing to install 'RRPP' it then installs 'pillar' successfully. It seems like it is doing it in the wrong order, but I don't see how I can control this with the workflow script.
It all worked fine up until my most recent package updates that were only minor, such as including a new vignette, and should not have changed anything in the dependencies or imports.
My package is here, https://github.com/aharmer/morphoBlocks, and the RRPP package is a dependency of the 'geomorph' package that is used in my package.
Any help would be greatly appreciated.