-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRAN asked to use
binentry()
instead of citEntry()
.
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
) |