Skip to content

Commit

Permalink
update URL in citation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclawson committed Oct 1, 2023
1 parent 6fc8d27 commit b19cb56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ citEntry(
title = "stylo2gg: Visualize and explore stylo data with ggplot2",
year = 2023,
month = "june",
url = "https://github.com/jmclawson/stylo2gg",
url = "https://jmclawson.github.io/stylo2gg/",
version = "1.0.1",

textVersion = paste("Clawson, James M. (2023). stylo2gg: Visualize and explore stylo data with ggplot2. https://github.com/jmclawson/stylo2gg"))
Expand All @@ -19,8 +19,8 @@ bibentry(bibtype = "Manual",
author = c(person("James M.", "Clawson")),
year = year,
note = note,
url = "https://github.com/jmclawson/stylo2gg")
url = "https://jmclawson.github.io/stylo2gg/")

textVersion = paste0("James M. Clawson, (", year, ").",
" stylo2gg: Visualize and explore stylo data with ggplot2. ",
note, ". https://github.com/jmclawson/stylo2gg.")
note, ". https://jmclawson.github.io/stylo2gg/.")

0 comments on commit b19cb56

Please sign in to comment.