You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We install R packages via install_version, which only can install one package and its dependencies at the time
If we install the packages in arbitrary order, we might need to reinstall them later, because the version which was installed isn't the requested and sometimes this upgrade doesn't work
So installing them in topological order improve install speed and correctness
We have yet to decide, if this will be part of the install script or if we preprocess the package files, because we need at least miniCRAN and igraph for this and both take time to install.
Here is an example, how to reorder a package list:
Background:
Here is an example, how to reorder a package list:
The text was updated successfully, but these errors were encountered: