openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

Restart R after installing packages #77

Open nikolas-burkoff opened 3 years ago

nikolas-burkoff commented 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

waddella commented 3 years ago

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.