What happened?
Just wanted to share a quick observation I ran into while setting up our own revdep checks using r-revdepcheck-action.
I noticed that most downstream packages were consistently reporting Status: ? (Failed to check) but keeping the pipeline green. It turned out that the default 20-minute (1200s) timeout was killing the background miniCRAN installation phase before it could finish compiling the dependency tree.
Looking at recent tern runs, it seems like the exact same thing might be happening there (e.g., junco or tern.mrmm silently failing to install and showing ? instead of running tests). Explicitly passing a higher timeout: i.e 7200 to the action completely resolved these "ghost" failures for me.
revdepcheck actions (in tern here but it's the same for all the NEST packages) but it pretty much fails to load anything but scda.test
@gmbecker
Code of Conduct
Contribution Guidelines
Security Policy
What happened?
Just wanted to share a quick observation I ran into while setting up our own revdep checks using r-revdepcheck-action.
I noticed that most downstream packages were consistently reporting Status: ? (Failed to check) but keeping the pipeline green. It turned out that the default 20-minute (1200s) timeout was killing the background miniCRAN installation phase before it could finish compiling the dependency tree.
Looking at recent tern runs, it seems like the exact same thing might be happening there (e.g.,
juncoortern.mrmmsilently failing to install and showing ? instead of running tests). Explicitly passing a higher timeout: i.e 7200 to the action completely resolved these "ghost" failures for me.revdepcheck actions (in
ternhere but it's the same for all the NEST packages) but it pretty much fails to load anything butscda.test@gmbecker
Code of Conduct
Contribution Guidelines
Security Policy