Skip to content

Commit 9301543

Browse files
committed
Update CITATION to use bibentry
1 parent d752660 commit 9301543

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

inst/CITATION

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
citHeader("To cite the", sQuote("Delaporte"), "package in publications, please use:")
2-
citEntry(entry = "Manual",
1+
bibentry(bibtype = "Manual",
2+
textversion = NULL,
3+
header = paste("To cite the", sQuote("Delaporte"),
4+
"package in publications, please use:"),
5+
author = person(given = "Avraham", family = "Adler",
6+
role = c("aut", "cph", "cre"),
7+
email = "[email protected]",
8+
comment = c(ORCID = "0000-0002-3039-0703")),
39
title = "Delaporte: Statistical Functions for the Delaporte Distribution",
4-
author = personList(c(person(given = "Avraham", family = "Adler",
5-
role = c("aut", "cph", "cre"),
6-
email = "[email protected]",
7-
comment = c(ORCID = "0000-0002-3039-0703")))),
810
year = "2013",
9-
doi = "10.5281/zenodo.5880051",
1011
url = "https://CRAN.R-project.org/package=Delaporte",
11-
note = "R package version 8.1.0",
12-
textVersion =
13-
paste("Avraham Adler (2013).",
14-
"Delaporte: Statistical Functions for the Delaporte Distribution.",
15-
"R package version 8.1.0.",
16-
"doi: 10.5281/zenodo.5880051",
17-
"https://CRAN.R-project.org/package=Delaporte")
12+
doi = "10.5281/zenodo.5880051",
13+
note = "R package version 8.1.0"
1814
)

inst/NEWS.Rd

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
\item Updated help documentation
1111
\item Updated Github actions
1212
\item Updated internal code to be more compliant with personal style guide
13+
\item Updated CITATION to use \code{bibentry} per CRAN request
1314
}
1415
}
1516
\subsection{Removed}{

0 commit comments

Comments
 (0)