mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 09:01:53 +02:00
(v2.1.1.9182) fix AMR selectors for tidymodels, add unit tests
This commit is contained in:
8
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user