Commit 8709ca27 authored by Valentin Vautrot's avatar Valentin Vautrot

Suppress useless comment lines

parent a7603718
......@@ -30,10 +30,6 @@ apt-get install -y --no-install-recommends -t bionic-cran35 r-base=${R_VERSION}-
apt-get install -y --no-install-recommends libcurl4-openssl-dev libxml2-dev libssl-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
# # Add a directory for host R libraries
# mkdir -p /library
# echo "R_LIBS_SITE=/library:\${R_LIBS_SITE}" >> /usr/lib/R/etc/Renviron.site
# install R packages :
Rscript -e 'install.packages("devtools")'
Rscript -e 'devtools::install_version("XML", version ="3.98.1.20", repos = "https://cran.r-project.org")'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment