if (!require(install.load)){
install.packages("install.load")
}
install.load::install_load(packages)
This is the current script, I would like to now include the versions of each of the packages. Let me know if you have any ideas!
if (!require(install.load)){
install.packages("install.load")
}
install.load::install_load(packages)
This is the current script, I would like to now include the versions of each of the packages. Let me know if you have any ideas!