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
|
||||
|
4
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
4
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user