Skip to content

Commit

Permalink
CRAN asked to use binentry() instead of citEntry().
Browse files Browse the repository at this point in the history
  • Loading branch information
bschneidr committed Feb 6, 2023
1 parent cc3caca commit b680e66
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ URL: https://bschneidr.github.io/svrep/,
BugReports: https://github.com/bschneidr/svrep/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
RoxygenNote: 7.2.3
Imports:
mvtnorm,
stats,
Expand Down
2 changes: 2 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ about DOI links in the DESCRIPTION. The links are valid,
but it seems the URL checker isn't working correctly for
these DOI links.

* In yesterday's submission, I used the old-style `citEntry()` syntax in the `CITATION` file. Based on CRAN feedback, I've updated to use the new recommended `bibentry()` syntax.

## Downstream dependencies

* This package does not yet have any downstream dependencies.
19 changes: 10 additions & 9 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
citHeader("To cite the survey package in publications use one or more of:")

citEntry(entry="misc",
author="Benjamin Schneider",
year=2023,
title="svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights",
note="R package version 5.0",
url="https://CRAN.R-project.org/package=svrep",
textVersion="Schneider, B. (2023). \"svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights\". R package version 5.0." )
bibentry(
bibtype="misc",
header = "To cite the survey package in publications use one or more of:",
author="Benjamin Schneider",
year=2023,
title="svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights",
note="R package version 5.0",
url="https://CRAN.R-project.org/package=svrep",
textVersion="Schneider, B. (2023). \"svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights\". R package version 5.0."
)

0 comments on commit b680e66

Please sign in to comment.