-
Tom Taborski authoredTom Taborski authored
.gitlab-ci.yml 297 B
image: rocker/tidyverse:4.1.3
stages:
- check
- fig_env_season
check_pkg:
stage: check
script:
- R -e 'install.packages("renv")'
- R -e 'renv::restore()'
- R -e 'getwd()'
fig_env_season:
stage: fig_env_season
script:
- Rscript scripts/figure_season_environment.R