Hello,
I am having trouble getting a github action to complete a pkgdown site build. Here is my yaml file. I'm using the default template from rlibs for a pkgdown github action. The error is occurring within the step "r-lib/actions/setup-r-dependencies@v2", but where within that script is unclear to me. Here's a log file from the failed build (first error occurs at line 2676):
Error: Error: <callr_remote_error: subscript out of bounds>
The error may be occuring in this step in the 'setup-r-dependencies' file:
- name: Installing pak querying dependencies
(lines 69-91). However, I'm not sure about this and do not know how to proceed. This is clearly an R error indicating that an object is being indexed past its dimensions, but what this object is, how it was generated, etc, are not clear to me. I can build the pkgdown site locally with no problem. Package vignettes also build fine with pkgdown::build_articles(). Any suggestions? (Even for troublehshooting).