Skip to content

Commit

Permalink
Update 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 1e9e051 commit 5a9002a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
23 changes: 9 additions & 14 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
citHeader("To cite the", sQuote("revss"), "package in publications, please use:")
citEntry(entry = "Manual",
bibentry(bibtype = "Manual",
textversion = NULL,
header = paste("To cite the", sQuote("revss"),
"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 = "revss: Robust Estimation in Very Small Samples",
author = personList(c(person(given = "Avraham", family = "Adler",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3039-0703")))),
year = "2020",
url = "https://CRAN.R-project.org/package=revss",
doi = "10.5281/zenodo.5874911",
note = "R package version 1.0.5",

textVersion =
paste("Avraham Adler (2020).",
"revss: Robust Estimation in Very Small Samples.",
"R package version 1.0.5.",
"doi: 10.5281/zenodo.5874911",
"https://CRAN.R-project.org/package=revss")
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 @@ -15,6 +15,7 @@
\item Update README
\item Update Github actions
\item Make code more compliant with style guide
\item CITATION updated to use \code{bibentry} per CRAN request
}
}
}
Expand Down

0 comments on commit 5a9002a

Please sign in to comment.