New Macbook pro - Migrate Existing RStudio Desktop installation?

Hi all,

Is there an efficient way to move an install of rstudio desktop from one macbook pro to another, or does one need to reinstall and configure everything?

Thanks!

My experience has been it's less of a PITA to do a fresh install. I do carry over some things:

  1. Snippets in RStudio from Tools | Global | Code | Code Snippets
  2. Run grep library *.R from the code base
  3. Run installed.packages()

I cut and past 1 and review 2 and 3, then create a install.packages(my_libs) script

2 Likes

Thank you @technocrat!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.