Skip to content

Commit

Permalink
.ed:
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed Oct 8, 2023
1 parent 7373eb6 commit 8e65d6a
Show file tree
Hide file tree
Showing 44 changed files with 483,956 additions and 905 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< Updated upstream
---
name: Report a bug
about: Report a bug in code examples
Expand All @@ -20,3 +21,27 @@ Brief description of the problem
```r
# insert reprex here
```
=======
---
name: Report a bug
about: Report a bug in code examples
title: ''
labels: bug
assignees: aphalo

---

Please briefly describe your problem and what output you expect. If you have an ordinary question, please don't use this form, but instead ask on stackoverflow <http://stackoverflow.com> or use the template _support question_ to raise the issue.

Please include a minimal reprex. The goal of a reprex is to make it as easy as possible for me to recreate your problem so that I can fix it. If you've never heard of a reprex before, start by reading <https://www.tidyverse.org/help/#reprex>, and follow the advice further down the page. Do NOT include session info unless it's explicitly asked for, or you've used `reprex::reprex(..., si = TRUE)` to hide it away.

Delete these instructions once you have read them.

---

Brief description of the problem

```r
# insert reprex here
```
>>>>>>> Stashed changes
58 changes: 33 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
.Rproj.user
.Rhistory
.RData
*.aux
*.bbl
*.bcf
*.blg
*.out
*.log
cache/
maps/
CRC/
backups/
bits/
chapters-removed/
old-pdfs/
old-data/
REVIEWS/
submission/
from-Rob-Calver/
cover/

figure/

tikz-examples/
.Rproj.user
.Rhistory
.RData
*.aux
*.bbl
*.bcf
*.blg
*.out
*.log
cache/
maps/
CRC/
backups/
bits/
chapters-removed/
old-pdfs/
old-data/
REVIEWS/
submission/
from-Rob-Calver/
cover/

figure/

tikz-examples/

*.html

*.tex

sync.ffs_db

online-data/logger_1.txt
Loading

0 comments on commit 8e65d6a

Please sign in to comment.