Changes between Version 17 and Version 18 of OutilsFormation


Ignore:
Timestamp:
Dec 10, 2019, 4:04:33 PM (4 years ago)
Author:
fhourdin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutilsFormation

    v17 v18  
    102102sudo gdebi AdbeRdr9.5.5-1_i386linux_enu.deb
    103103}}}
     104
     105
     106== 5. rstudio, for tuning tools ==
     107
     108{{{
     109sudo apt install r-base
     110set -e
     111echo Test existance gdebi
     112which gdebi
     113wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.5001-amd64.deb
     114sudo gdebi rstudio-1.2.5001-amd64.deb
     115
     116sudo apt install -y r-cran-rgl libx11-dev libglu1-mesa-dev libfreetype6-dev
     117
     118install.packages(c("ncdf4","rstan","tensor","Hmisc","lhs","fields","rgl","shape","mco","far","DiceKriging","GenSA","mvtnorm","loo"))
     119}}}