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

View File

@ -1,5 +1,5 @@
name: Feature or Optimisation Request
description: I have a suggestion.
description: I have an idea!
labels: "enhancement"
body:
- type: markdown
@ -7,7 +7,7 @@ body:
value: |
Thanks for taking the time to make a suggestion!
We'll be happy to implement on a short notice if this improves the AMR package. Do note that BY FAR most of the content of the current version is because of collaborators like you!
We'll be happy to implement on a short notice if this improves the AMR package. Do note that BY FAR most of the content of the current version is because of collaborators like you! So, many thanks in advance.
- type: textarea
id: description
attributes: