File tree Expand file tree Collapse file tree 3 files changed +67
-0
lines changed
Expand file tree Collapse file tree 3 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve KrigR - this can be bugs or unexpected behaviour
4+ of the package and its functions
5+ title : ' '
6+ labels : bug
7+ assignees : ' '
8+
9+ ---
10+
11+ ** Describe the bug**
12+ A clear and concise description of what the bug is.
13+
14+ # Reproducing the bug
15+ Self-contained minimal working example in R to reproduce the issue.
16+ ``` r
17+ R code here
18+ ```
19+
20+ # Screenshots
21+ If applicable, add screenshots to help explain your problem. For example, console outputs or error messages.
22+
23+ # Expected behavior
24+ A clear and concise description of what you expected to happen.
25+
26+ # Session Information
27+ ```
28+ output of `sessionInfo()` in R
29+ ```
Original file line number Diff line number Diff line change 1+ ---
2+ name : CDS metadata
3+ about : Mostly for developer-use. Use these to provide metadata-creation scripts for
4+ metadata ready to be implemented for widened CDS data support in CDownloadS()
5+ title : ' Data Support - '
6+ labels : CDS Metadata
7+ assignees : ' '
8+
9+ ---
10+
11+ # The Dataset
12+ Please leave a link to the CDS dataset here and add the the name of the dataset at the end of the default title of this issue
13+
14+ # Metadata Script
15+ Drop the R script that creates the list object describing the metadata for the data set in question here:
16+ ``` r
17+
18+ ```
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for KrigR
4+ title : ' '
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Is your feature request related to a problem? Please describe.**
11+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered.
18+
19+ ** Additional context**
20+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments