1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-07 06:49:41 +02:00

(v3.0.0.9022) postpone new features - we like a clearly focussed bugfix release first

This commit is contained in:
2025-09-03 15:39:44 +02:00
parent 0744c6feee
commit 3ba1b8a10a
14 changed files with 105 additions and 198 deletions

View File

@@ -49,13 +49,13 @@ jobs:
# Test all old versions of R >= 3.0, we support them all!
# For these old versions, dependencies and vignettes will not be checked.
# For recent R versions, see check-recent.yaml (r-lib and tidyverse support the latest 5 major R releases).
- {os: ubuntu-latest, r: '3.6', allowfail: true}
# - {os: windows-latest, r: '3.5', allowfail: true} # always fails, horrible with UTF-8
- {os: ubuntu-latest, r: '3.4', allowfail: true}
- {os: ubuntu-latest, r: '3.3', allowfail: true}
- {os: ubuntu-latest, r: '3.2', allowfail: true}
- {os: ubuntu-latest, r: '3.1', allowfail: true}
- {os: ubuntu-latest, r: '3.0', allowfail: true}
- {os: ubuntu-latest, r: '3.6', allowfail: false}
# - {os: windows-latest, r: '3.5', allowfail: false} # always fails, horrible with UTF-8
# - {os: ubuntu-latest, r: '3.4', allowfail: false} # 3.1-3.4 now always fails with Error in grep(warn_re, lines, invert = TRUE, value = TRUE) attempt to set index 46/46 in SET_STRING_ELT
# - {os: ubuntu-latest, r: '3.3', allowfail: false}
# - {os: ubuntu-latest, r: '3.2', allowfail: false}
# - {os: ubuntu-latest, r: '3.1', allowfail: false}
- {os: ubuntu-latest, r: '3.0', allowfail: false}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true