Changes between Version 54 and Version 55 of StacomiR Download
- Timestamp:
- Sep 23, 2016 3:47:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StacomiR Download
v54 v55 15 15 libraries=function() { 16 16 necessary = c( 'RODBC','ggplot2','gWidgets' ,'R2HTML','gWidgetsRGtk2', 17 'lattice','RColorBrewer','xtable','stringr','scales','reshape2','grid','stacomirtools','RPostgreSQL','sqldf','intervals','dplyr' )17 'lattice','RColorBrewer','xtable','stringr','scales','reshape2','grid','stacomirtools','RPostgreSQL','sqldf','intervals','dplyr','lubridate') 18 18 if(!all(necessary %in% installed.packages()[, 'Package'])) 19 19 install.packages(necessary[!necessary %in% installed.packages()[, 'Package']], dep = T)