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
now it use the alphabetical order, but its not optmal during build.
for example :
RUN Rscript -e 'remotes::install_version("factoextra", version = "1.0.5")'
RUN Rscript -e 'remotes::install_version("FactoMineR", version = "1.42")'
will install twice FactoMineR, first time as factoextra dependencies (with an uncontroled version number), then in install_version("FactoMineR". and that's too bad :)
now it use the alphabetical order, but its not optmal during build.
for example :
will install twice FactoMineR, first time as factoextra dependencies (with an uncontroled version number), then in install_version("FactoMineR". and that's too bad :)
The text was updated successfully, but these errors were encountered: