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

Omnipath failing to install in GitHub actions. #95

Open
enblacar opened this issue Jan 25, 2024 · 1 comment
Open

Omnipath failing to install in GitHub actions. #95

enblacar opened this issue Jan 25, 2024 · 1 comment

Comments

@enblacar
Copy link

Hi,

Thank you for this awesome package!

I would like to draw the attention to the following error log I get when using GitHub actions to check my package. This happens regardless of platform and R version:

 ✔ Packaged OmnipathR 3.11.1 (5.3s)
  ℹ Building OmnipathR 3.11.1
  ✖ Failed to build OmnipathR 3.11.1
  Error: 
  ! error in pak subprocess
  Caused by error in `stop_task_build(state, worker)`:
  ! Failed to build source package OmnipathR.
  ---
  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. base::withCallingHandlers({ …
   6. pkgdepends:::handle_events(state, events)
   7. pkgdepends:::handle_event(state, i)
   8. pkgdepends:::stop_task(state, worker)
   9. pkgdepends:::stop_task_build(state, worker)
  10. base::throw(pkg_error("Failed to build source package {.pkg {pkg}}.", …
  11. | base::signalCondition(cond)
  12. global (function (e) …
  Execution halted
  Error: Process completed with exit code 1.

Are there any updates on when this could be fixed?

Thanks a lot in advance.
Enrique

@Nic-Nic
Copy link
Member

Nic-Nic commented Feb 3, 2024

Hi @enblacar,

Reverted some of the last commits as they seemed to have caused some trouble with the installation to several users.
The current version in the master branch is now installing fine for me in a fresh installation of R, hope it also works for you.
We will work on fixing the last additions that caused the trouble before merging them back to master.

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants