Hello!
I am using a R-CMD-check workflow based on the rlib/actions repo. The workflow worked on all 3 OSs (macOS, linux, windows), but has recently started failing on linux and windows. I have re-run the workflow from two weeks ago, which passed on all OSs, and it now fails (meaning that the same code that worked two weeks ago now fails).
The repo can be found on Github: https://github.com/bailey-lab/miplicorn.
A link to the failed workflow is here: https://github.com/bailey-lab/miplicorn/runs/3915511660?check_suite_focus=true
The error is below:
* creating vignettes ... ERROR
Error: --- re-building 'large-files.Rmd' using rmarkdown
Quitting from lines 44-51 (large-files.Rmd)
Error: Error: processing vignette 'large-files.Rmd' failed with diagnostics:
Names repair functions can't return `NA` values.
--- failed re-building 'large-files.Rmd'
--- re-building 'miplicorn.Rmd' using rmarkdown
Quitting from lines 29-31 (miplicorn.Rmd)
Error: Error: processing vignette 'miplicorn.Rmd' failed with diagnostics:
Names repair functions can't return `NA` values.
--- failed re-building 'miplicorn.Rmd'
SUMMARY: processing the following files failed:
'large-files.Rmd' 'miplicorn.Rmd'
Error: Error: Vignette re-building failed.
Execution halted
Error: Error in proc$get_built_file() : Build process failed
Calls: <Anonymous> ... build_package -> with_envvar -> force -> <Anonymous>
Execution halted
Error: Process completed with exit code 1.
I have been unable to replicate the error on macOS and have been unable to find any solutions online. Any help explaining why my code now fails would be greatly appreciated!
Thanks!