Skip to content
Snippets Groups Projects
Commit 93d10821 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

APT_PKGS list

parent ee2125ba
No related branches found
No related tags found
No related merge requests found
variables:
_R_CHECK_CRAN_INCOMING_: "true"
_R_CHECK_FORCE_SUGGESTS_: "true"
APT_PKGS: c("libcurl4-openssl-dev", "libxext-dev")
APT_PKGS: "libcurl4-openssl-dev" "libxext-dev"
image: rocker/tidyverse
before_script:
- apt-get update
- apt-get install -y --no-install-recommends ${APT_PKGS}
- apt-get install -y --no-install-recommends ${cat APT_PKGS}
- apt-get install -y --no-install-recommends qpdf pandoc pandoc-citeproc
- R -e 'install.packages(c("testthat", "rmarkdown"));'
- R -e "install.packages(c('parallel', 'data.table', 'ggplot2', 'gridExtra', 'glmmTMB', 'magrittr', 'MASS', 'reshape2', 'rlang', 'stats', 'utils', 'BiocManager', 'car'))"
......
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