Skip to content
Snippets Groups Projects
lisezmoi.txt 729 B
Newer Older
Olivier Langella's avatar
Olivier Langella committed
# ************** installation de MassChroqR dans un terminal R ************


#A exécuter Dans R directement (tous les OS):
#Pour installer un paquet à partir bioconductor
source("https://bioconductor.org/biocLite.R")
biocLite("made4")
Olivier Langella's avatar
Olivier Langella committed
#Pour installer toutes les dépendances nécessaires
install.packages(pkgs=c('zoo', 'mvtnorm', 'XML','multcomp','bitops','caTools','gplots','gtools','gdata','chron','stringr','reshape2','data.table', 'readODS','vcd','lme4','car','robustbase','colorspace','VIM','ade4','clValid','agricolae'), repos=c('http://cran.univ-paris1.fr/'))
Olivier Langella's avatar
Olivier Langella committed
#Pour installer MassChroqR
install.packages('http://pappso.inra.fr/downloads/langella/beta/masschroqr/MassChroqR_0.3.0.tar.gz', repos = NULL, type = 'source')