Skip to content
Snippets Groups Projects
Commit c1a81626 authored by Anne Frambourg's avatar Anne Frambourg
Browse files

MassChroqR package version 0.4.3

parent b3d3505e
No related branches found
Tags MassChroqR_0.4.3
No related merge requests found
......@@ -2,7 +2,7 @@ Package: MassChroqR
Type: Package
Title: MassChroQ result files post treatment
Version: 0.4.3
Date: 2018-12-17
Date: 2019-01-24
Author: Michel Zivy <Michel.Zivy@moulon.inra.fr>, Anne Frambourg <anne.aubert@inra.fr>, Olivier Langella <Olivier.Langella@u-psud.fr.fr>,melisande Blein-Nicolas <melisande.blein-nicolas@inra.fr>
Maintainer: Olivier Langella <Olivier.Langella@u-psud.fr>
Description: R package dedicated to statistical analysis of proteomic data
......
......@@ -12,13 +12,13 @@ source("https://bioconductor.org/biocLite.R")
biocLite("made4")
#install R modules requirements
install.packages(pkgs=c('zoo', 'mvtnorm', 'XML','multcomp','bitops','caTools','gplots','gtools','gdata','chron','stringi','stringr','reshape2','data.table', 'readODS','vcd','lme4','car','robustbase','colorspace','VIM','ade4','clValid','agricolae', 'ggplot2', 'gridExtra', 'Hmisc', 'RColorBrewer', 'plotly', 'plyr'), repos=c('http://cran.univ-paris1.fr/'))
install.packages(pkgs=c('zoo', 'mvtnorm', 'XML','multcomp','bitops','caTools','gplots','gtools','gdata','chron','stringi','stringr','reshape2','data.table', 'readODS','vcd','lme4','car','robustbase','colorspace','VIM','ade4','clValid','agricolae', 'ggplot2', 'gridExtra', 'Hmisc', 'RColorBrewer', 'plotly', 'plyr', 'dplyr'), repos=c('http://cran.univ-paris1.fr/'))
#temporarily install the unstable R agricolae 1.2.9
install.packages('http://pappso.inra.fr/downloads/masschroqr/agricolae_1.2-9.tar.gz',repos = NULL, type = 'source')
#Finally install the latest version of MassChroqR
install.packages('https://sourcesup.renater.fr/frs/download.php/latestfile/1735/MassChroqR_v0.4.2.R', repos = NULL, type = 'source')
install.packages('https://sourcesup.renater.fr/frs/download.php/latestfile/1735/MassChroqR_v0.4.3.R', repos = NULL, type = 'source')
#if this URL is not available, please
# check instructions on our website :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment