1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 17:42:03 +02:00

(v2.1.1.9182) fix AMR selectors for tidymodels, add unit tests

This commit is contained in:
2025-03-03 12:59:27 +01:00
parent b85890449d
commit 9a9468fa84
16 changed files with 84 additions and 33 deletions

View File

@ -20,16 +20,12 @@ body:
id: version
attributes:
label: AMR Package Version
description: |
What version of the AMR package are you running? You can retrieve this by running in R:
```r
packageVersion("AMR")
```
description: Which version of the AMR package are you running? You can retrieve this by running `packageVersion("AMR")` in R. If you are not running any of these versions, then please update first and check whether the bug still persists.
multiple: false
options:
- Latest CRAN version (2.1.1)
- One of the latest GitHub versions (2.1.1.9xxx)
default: 0
validations:
required: true
- type: checkboxes