42 lines
725 B
Text
42 lines
725 B
Text
|
Ce projet requiert plusieurs librairies disponibles dans les distributions linux populaires.
|
||
|
Il a été présenté le 5 mars 2016 à la JIDO2016, Le CAMP
|
||
|
http://www.meetup.com/fr-FR/Quebec-Numerique/events/228545895/
|
||
|
|
||
|
Voici la liste pour Ubuntu 14.04.x / Linux Mint 17.x
|
||
|
|
||
|
curl
|
||
|
libcurl4-openssl-dev
|
||
|
build-essential
|
||
|
libgdal1-dev
|
||
|
libboost-dev
|
||
|
libssh2-1-dev
|
||
|
libproj-dev
|
||
|
libgtk2.0-dev
|
||
|
|
||
|
Pour compiler en PDF
|
||
|
|
||
|
texlive-base
|
||
|
texlive-science
|
||
|
texlive-lang-french
|
||
|
texlive-english
|
||
|
|
||
|
Ce projet requiert aussi plusieurs packages R
|
||
|
|
||
|
sur CRAN: (avec install.packages)
|
||
|
reard
|
||
|
magrittr
|
||
|
plyr
|
||
|
dplyr
|
||
|
devtoold
|
||
|
gtools
|
||
|
lubridate
|
||
|
cairoDevice
|
||
|
ggplot2
|
||
|
maptools
|
||
|
RColorBrewer
|
||
|
pander
|
||
|
rgros
|
||
|
ggmap
|
||
|
|
||
|
sur github (avec devtools::install_github)
|
||
|
hadley/multidplyr
|