Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup-r-dependencies action failing on Ubuntu for older R versions #708

Closed
IndrajeetPatil opened this issue Mar 15, 2023 · 3 comments
Closed
Labels
bug an unexpected problem or unintended behavior

Comments

@IndrajeetPatil
Copy link
Contributor

Failure log: https://github.com/easystats/see/actions/runs/4427057999/jobs/7764135285
Workflow file: https://github.com/easystats/workflows/blob/main/.github/workflows/R-CMD-check.yaml

Looking at the provided backtrace, it's not clear to me exactly what has gone wrong, or how to fix this failure:

Error: 
  ! error in pak subprocess
  Caused by error in `done[[i]]`:
  ! subscript out of bounds
  ---
  Backtrace:
  1. pak::lockfile_install(".github/pkg.lock")
  2. pak:::remote(function(...) { …
  3. err$throw(res$error)
  ---
  Subprocess backtrace:
  1. base::withCallingHandlers(cli_message = function(msg) { …
  2. get("lockfile_install_internal", asNamespace("pak"))(...)
  3. plan$install()
  4. pkgdepends::install_package_plan(plan, lib = private$library, num_workers = nw, …
  5. pkgdepends:::add_recursive_dependencies(plan)
  6. local do(i)
  7. local do(m)
  8. base::.handleSimpleError(function (e) …
  9. global h(simpleError(msg, call))
  Execution halted
@IndrajeetPatil IndrajeetPatil added the bug an unexpected problem or unintended behavior label Mar 15, 2023
@gaborcsardi
Copy link
Member

Still need to deploy devel pak builds for this to be fixed, it will take about an hour if everything goes well: https://github.com/r-lib/pak/actions/runs/4445600717

@IndrajeetPatil
Copy link
Contributor Author

Thank you so much for resolving this so quickly!

@github-actions
Copy link

github-actions bot commented Apr 1, 2023

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants