Skip to content
Snippets Groups Projects
Commit e0c6869f authored by Kristian Ullrich's avatar Kristian Ullrich
Browse files

# next try

parent be40e5fe
Branches
Tags
No related merge requests found
Pipeline #448772 failed
...@@ -2,7 +2,7 @@ image: r-base ...@@ -2,7 +2,7 @@ image: r-base
before_script: before_script:
- apt-get update - apt-get update
- apt-get -y install libcurl4-openssl-dev libssl-dev libssl3 libxml2-dev libglu1-mesa-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libgit2-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev pandoc r-cran-rcpp r-cran-devtools r-cran-testthat r-cran-curl r-cran-seqinr r-cran-ape r-bioc-biostrings r-cran-uuid r-cran-callr r-cran-rmarkdown r-bioc-biocstyle - apt-get -y install libcurl4-openssl-dev libxml2-dev libglu1-mesa-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libgit2-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev pandoc r-cran-rcpp r-cran-devtools r-cran-testthat r-cran-curl r-cran-seqinr r-cran-ape r-bioc-biostrings r-cran-uuid r-cran-callr r-cran-rmarkdown r-bioc-biocstyle
- R -e "dir(); getwd(); sessionInfo(); install.packages('tidyverse', repos='http://cran.rstudio.com'); install.packages('pkgdown', repos='http://cran.rstudio.com'); install.packages('RcppThread', repos='http://cran.rstudio.com'); Rcpp::compileAttributes(); devtools::install(); update.packages(ask = FALSE, checkBuilt = TRUE)" - R -e "dir(); getwd(); sessionInfo(); install.packages('tidyverse', repos='http://cran.rstudio.com'); install.packages('pkgdown', repos='http://cran.rstudio.com'); install.packages('RcppThread', repos='http://cran.rstudio.com'); Rcpp::compileAttributes(); devtools::install(); update.packages(ask = FALSE, checkBuilt = TRUE)"
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment