Skip to content

Commit

Permalink
Converting CITATION to use bibentry per CRAN request
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Feb 1, 2023
1 parent 90d5fc2 commit d92cbfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
25 changes: 10 additions & 15 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
citHeader("To cite the", sQuote("Padé"), "package in publications, please use:")
citEntry(entry = "Manual",
title = "Pade: Padé Approximant Coefficients",
author = personList(c(person(given = "Avraham", family = "Adler",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3039-0703")))),
bibentry(bibtype = "Manual",
textversion = NULL,
header = paste("To cite the", sQuote("Padé"),
"package in publications, please use:"),
author = person(given = "Avraham", family = "Adler",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3039-0703")),
title = "Pade: Padé Approximant Coefficients",
year = "2015",
url = "https://CRAN.R-project.org/package=Pade",
doi = "10.5281/zenodo.4270254",
note = "R package version 1.0.5",

textVersion =
paste("Avraham Adler (2015).",
"Pade: Padé Approximant Coefficients",
"R package version 1.0.5.",
"https://CRAN.R-project.org/package=Pade",
"doi: 10.5281/zenodo.4270254")
note = "R package version 1.0.5"
)
1 change: 1 addition & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
\item Updated help
\item Updated Github actions
\item Made code more consistent with style guide
\item CITATION converted to use \code{bibentry} at CRAN request
}
}
}
Expand Down

0 comments on commit d92cbfa

Please sign in to comment.