We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.generate_installation_order
Mostly due to #8 , .generate_installation_order can be in an infinite loop.
Of course, we need to find out those special packages.
On another hand, we need to count the number of loops and fail after maybe length(needed_pkgrefs) loops.
length(needed_pkgrefs)
The latest panic is bioc::Organism.dplyr.
bioc::Organism.dplyr
The text was updated successfully, but these errors were encountered:
This loop
https://github.com/chainsawriot/rang/blob/e1b7b971a0e9f5e532f0528653cb818ba31fa17f/R/installation.R#L55-L66
Sorry, something went wrong.
#38
ce6889a
chainsawriot
No branches or pull requests
Mostly due to #8 ,
.generate_installation_order
can be in an infinite loop.Of course, we need to find out those special packages.
On another hand, we need to count the number of loops and fail after maybe
length(needed_pkgrefs)
loops.The latest panic is
bioc::Organism.dplyr
.The text was updated successfully, but these errors were encountered: