Skip to content

Commit

Permalink
giving up :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Apr 20, 2023
1 parent 2ae6be2 commit f846075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ authors <- meta$`Authors@R`
authors <- utils:::.read_authors_at_R_field(authors)
authors <- Filter(function(e) {!(is.null(e$given) && is.null(e$family)) && !is.na(match("aut", e$role))}, authors)
authors <- format(authors, include = c("given", "family"))
# fix abbreviation of Szabolcs' name
authors <- sub("Szabolcs", "{S} zabolcs", authors)
# TODO fix abbreviation of Szabolcs' name
authors <- paste(paste(head(authors, -1L), collapse = ", "), tail(authors, 1L), sep = " and ")
bibentry(bibtype = "Manual",
title = "{igraph}: Network Analysis and Visualization in R",
Expand Down

0 comments on commit f846075

Please sign in to comment.