Skip to content

Commit

Permalink
Add use_package logic toe
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher authored Apr 26, 2024
1 parent 2d3b050 commit cbed520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/nieuwe-functie-aanmaken.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ assignees: ''
- [ ] voorzie uitleg over de input parameter(s) met `#' @param name`
- [ ] voorzie uitleg over de output van de functie met `#' @returns`
- [ ] voorzie minstens 1 voorbeeld van het gebruik van de functie dmv `#' @examples`
- [ ] voer `usethis::use_package("packagename", min_version = TRUE)` uit in de console voor iedere package die je gebruikt.
- [ ] voer `roxygen2::roxygenise()` uit in de console
- [ ] voer `devtools::check()` uit in de console
- [ ] los eventuele errors, warnings en notes<sup>1</sup> op
Expand Down

0 comments on commit cbed520

Please sign in to comment.