-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from inbo/SanderDevisscher-patch-2
Update issue templates
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Nieuwe dataset | ||
about: Checklist voor het uploaden van een nieuwe dataset | ||
title: '[NEW dataset]' | ||
labels: New, Data | ||
assignees: | ||
|
||
--- | ||
|
||
## Voorstel dataset naam: | ||
|
||
## checklist: | ||
- [ ] plaats de ruwe data in `./data_raw/` | ||
- [ ] schrijf (of kopieer) script, in `./src/` om de ruwe data om te zetten in een `.rda` of `.rds` bestand | ||
- [ ] creëer het data bestand en schrijf het weg met `saveRDS()` of `save()`<sup>1</sup> | ||
- [ ] voorzie een auteur met `#' @author` | ||
- [ ] voorzie een beschrijving met `#' @description` | ||
- [ ] voer `roxygen2::roxygenise()` uit in de console | ||
- [ ] voer `devtools::check()` uit in de console | ||
- [ ] los eventuele errors, warnings en notes<sup>2</sup> op | ||
- [ ] maak een pull request met @soriadelva of @SanderDevisscher en eventueel andere relevante gebruikers als reviewer. | ||
|
||
*<sup>1</sup>`saveRDS()` kan gebruikt worden om een enkel bestand op te slaan terwijl `save()` het opslaan van meerdere bestanden in 1 .rda/.rds bestand toelaat.* | ||
|
||
*<sup>2</sup>in de mate van het mogelijke.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters