Skip to content

Commit

Permalink
update bibentry booboos
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Mar 21, 2023
1 parent b2726fe commit 5b55ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ umlaut <- iconv("\x9f", from = "MAC", to = "UTF-8") # paste0("u", "\u0308")
header <- paste("To cite poppr in publications or presentations, please specify poppr version", meta$Version, "and with the following citation:")
citHeader(header)

bibentry(entry = 'article',
bibentry(bibtype = 'article',
title = "\\textit{Poppr}: an {R} package for genetic analysis of populations with clonal, partially clonal, and/or sexual reproduction.",
author = c(as.person("Zhian N. Kamvar"),
as.person("Javier F. Tabima"),
Expand All @@ -22,7 +22,7 @@ bibentry(entry = 'article',
textVersion = paste0("Kamvar ZN, Tabima JF, Grünwald NJ. (2014) Poppr: an R package for genetic analysis of populations with clonal, partially clonal, and/or sexual reproduction. PeerJ 2:e281. doi: 10.7717/peerj.281")
)

bibentry(entry = 'article',
bibentry(bibtype = 'article',
title = "{Novel R tools for analysis of genome-wide population genetic data with emphasis on clonality}",
author = c(as.person("Zhian N. Kamvar"),
as.person("Jonah C. Brooks"),
Expand Down

0 comments on commit 5b55ebf

Please sign in to comment.