-
University of Virginia
- Charlottesville, VA
Pinned Loading
-
-
R functions for saving the list of i...
R functions for saving the list of installed packages and then reinstalling them all when you upgrade R 1savepkgs <- function(saveloc)
2{
3instpkg <- installed.packages()
4cranpkg <- available.packages()
5iscran <- instpkg[,'Package'] %in% cranpkg[,'Package']
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.