Explore the latest in R with a tutorial on the {purrr} package, ten powerful R functions, and tips for fixing ggplot backgrounds. It's all in this week's.| R for the Rest of Us
One good thing about learning R is that you do not need to think a lot about dependencies when installing R and different R packages. You simply install the R packages you need and start using them. If you are ever concerned about not using the most recent packages, you run update.packages(), and that is all there is to using up-to-date packages in R. It is that simple.| Erik Gahner Larsen