Skip to content

Function to install all packages used in past saved scripts in a drive

Notifications You must be signed in to change notification settings

DrorWalt/Install_all_r_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Install_all_R_packages

This script is aimed at installing packages on a new machine - based on past scripts.

The function searchs a drive for all R files. It then extracts all libraries ever used in these scripts. This list is compared to currently installed packages (using setDiff) and the install.packages command installs only packages that are not currently installed.

About

Function to install all packages used in past saved scripts in a drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages