Skip to content

Commit

Permalink
escapes quotes in inst/CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Aug 19, 2024
1 parent c180612 commit e81003f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/citation_meta_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ citation_r <- function(meta) {
paste(collapse = ", ") |>
sprintf(fmt = " author = c(%s)") -> authors_bibtex
sprintf("%s%s", authors$fam2, authors$given) -> authors_plain
cit_meta$description <- gsub("\"", "\\\\\"", cit_meta$description)
package_citation <- c(
bibtype = "\"Manual\"",
title = sprintf(
Expand Down

0 comments on commit e81003f

Please sign in to comment.