Changes between Version 52 and Version 53 of StacomiR Download


Ignore:
Timestamp:
Sep 16, 2016 12:17:19 PM (8 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StacomiR Download

    v52 v53  
    1515libraries=function() { 
    1616necessary = c( 'RODBC','ggplot2','gWidgets' ,'R2HTML','gWidgetsRGtk2', 
    17 'lattice','RColorBrewer','xtable','stringr','scales','reshape2','grid','stacomirtools') 
     17'lattice','RColorBrewer','xtable','stringr','scales','reshape2','grid','stacomirtools','RPostgreSQL','sqldf','intervals') 
    1818if(!all(necessary %in% installed.packages()[, 'Package'])) 
    1919install.packages(necessary[!necessary %in% installed.packages()[, 'Package']], dep = T) 
    2020} 
    2121libraries() 
     22 
    2223}}} 
    2324Attention au premier lancement Rgtk, R va télécharger GTK+ (programme graphique de l'interface), il faut relancer R, sur certaines machines, il faut relancer l'ordi.