Hi Folks,
This weekend I created Admin Package for R, it is still version 0.1 but maybe it will help you.
This weekend I created Admin Package for R, it is still version 0.1 but maybe it will help you.
# Load
adminpackage4r
library("
adminpackage4r
")
# Specify the list of required packages to be installed and load
Required_Packages=c("ggplot2", "Rcpp", "plyr", "sqldf");
# Call the Function
Install_And_Load(Required_Packages);
Source:
https://github.com/caiomsouza/adminpackage4r
No comments:
Post a Comment