Skip to content

Commit

Permalink
Update autocitation
Browse files Browse the repository at this point in the history
  • Loading branch information
estatistics authored Dec 25, 2023
1 parent d257606 commit 2ad26b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocitation
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cite_pkgs <- function(){
secname_pkg <- mtx[grepl("author.family", rownames(mtx))]
names_pkg <- paste0(paste(secname_pkg, firstletter), ".")

# print(names_pkg)
# print(names_pkg) # for debugging purposes

# Making the citation
pst_pkg <- paste(paste(names_pkg, collapse=", "),
Expand Down

0 comments on commit 2ad26b3

Please sign in to comment.