1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 06:21:56 +02:00

(v2.1.1.9118) move ggplot2 plotting functions to general 'plotting' man page

This commit is contained in:
2024-12-14 19:41:15 +01:00
parent bfef094bbc
commit d7de1bc33d
18 changed files with 332 additions and 291 deletions

View File

@ -46,6 +46,7 @@ jobs:
- uses: actions/checkout@v3
with:
# this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning
# we need this for the download page on our website - dates must be of the files, not of the latest git push
fetch-depth: 0
- name: Preserve timestamps
@ -69,7 +70,6 @@ jobs:
extra-packages: |
any::pkgdown
any::tidymodels
any::data.table
# Send updates to repo using GH Actions bot
- name: Create website in separate branch