Skip to content

Instantly share code, notes, and snippets.

@yanping
Created January 6, 2012 05:52
Show Gist options
  • Save yanping/1569225 to your computer and use it in GitHub Desktop.
Save yanping/1569225 to your computer and use it in GitHub Desktop.
save old installed packages
oldip <- installed.packages()[ ,1]
save(oldip, file="path/installedPackages.Rdata")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment