Open nikolas-burkoff opened 3 years ago
Would it not be good to always Restart the R session after Installing Packages through staged.dependencies? otherwise a previously loaded package version would still be around, and it can be confusing for the user
Note this is generally not an easy (RStudio vs terminal) thing also might require an rm(list = ls()) before restarting. I suggest to print a message.
rm(list = ls())
Would it not be good to always Restart the R session after Installing Packages through staged.dependencies? otherwise a previously loaded package version would still be around, and it can be confusing for the user