Skip to content

Commit

Permalink
Fix skimr citation, fix tibble citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hanna authored and Richard Hanna committed Feb 14, 2024
1 parent 0d919a9 commit caa8a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,14 @@ @Manual{skimr_cit
author = {Elin Waring and Michael Quinn and Amelia McNamara and Eduardo {Arino de la Rubia} and Hao Zhu and Shannon Ellis},
year = {2023},
note = {R package version 2.1.5, https://github.com/ropensci/skimr/},
url = {https://docs.ropensci.org/skimr/ (website)},
url = {https://docs.ropensci.org/skimr/},
}

@Manual{tibble_cit,
title = {tibble: Simple Data Frames},
author = {Kirill Müller and Hadley Wickham},
year = {2023},
url = {https://tibble.tidyverse.org/},
note = {https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble},
}

Expand Down

0 comments on commit caa8a4d

Please sign in to comment.