...
2. After you have done step 1 above, you will need to reinstall any R packages that you need for each the newer version of R that you useare switching to. After you have set the user library path as in step 1 above, you can install packages with install.packages()
in R as usual.
...