por Diego Calvo | Nov 19, 2016 | R
# List of useful packages pkg <- c(«tidyr», «dplyr», «ggplot2», «knitr», «rmarkdown») # Check if packages are not installed and assign the # names of the uninstalled packages to the variable new.pkg new.pkg <- pkg[!(pkg %in% installed.packages())] # If there are...