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
I consider this a bug. the vector of names of packages to be installed should be checked against presence first and then the installation action should run using the uninstalled subset.
The text was updated successfully, but these errors were encountered:
Can confirm, also the documentation is outdated, as it still describes character.only being applicable to ... and not to package.
PS I'm looking for a p_load alternative that doesn't load the packages (for use in https://github.com/ropensci/targets), and I was expecting p_install to be just that, but now I need to use something like:
Consider the following:
Pacman
isn't present:Neither is
dplyr
:Install
pacman
:Try reinstall using
force = FALSE
- correctly refuses to install ...BUT when including the reinstall in a multiple-package install, it's reinstalled:
I consider this a bug. the vector of names of packages to be installed should be checked against presence first and then the installation action should run using the uninstalled subset.
The text was updated successfully, but these errors were encountered: