Skip to content

Commit

Permalink
add preliminary VIS citation for #192
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Nov 25, 2023
1 parent 7b329e2 commit d108df0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(
bibtype = "Article",
author = c(person("Matthew", "Kay")),
title = "{ggdist}: Visualizations of Distributions and Uncertainty in the Grammar of Graphics",
journal = "IEEE Transactions on Visualization and Computer Graphics",
year = "2023",
pages = "1--11",
doi = "10.1109/TVCG.2023.3327195"
)

bibentry(
bibtype = "Manual",
title = paste("{ggdist}: Visualizations of Distributions and Uncertainty"),
Expand Down

0 comments on commit d108df0

Please sign in to comment.