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
Currently, R packages extracted from their code are reordered so that each package is installed after its direct dependencies.
tapas/scripts/gen/scan_r_dependencies.R
Lines 10 to 11 in 6d7e273
But this doesn't resolve all problems, currently some packages must be reordered manually.
The text was updated successfully, but these errors were encountered:
Reorder R dependencies to not install packages before their dependencies
b44204d
Workaround for #2, but currently each time this list is regenerated by scan_r_dependencies.R, the reordering is lost
No branches or pull requests
Currently, R packages extracted from their code are reordered so that each package is installed after its direct dependencies.
tapas/scripts/gen/scan_r_dependencies.R
Lines 10 to 11 in 6d7e273
But this doesn't resolve all problems, currently some packages must be reordered manually.
The text was updated successfully, but these errors were encountered: