-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63f9bd4
commit f03e126
Showing
4 changed files
with
56 additions
and
20 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
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,14 +1,14 @@ | ||
citHeader("To cite excluder in publications, use:") | ||
citHeader("To cite excluder in publications, please use:") | ||
|
||
citEntry(entry = "manual", | ||
title = "{excluder}: Exclude rows to clean your data", | ||
citEntry(entry = "article", | ||
title = "excluder: An R package that checks for exclusion criteria in online data", | ||
author = personList(as.person("Jeffrey R. Stevens")), | ||
year = "2021", | ||
notes = "R package version 0.3.2", | ||
url = "https://github.com/ropensci/excluder", | ||
textVersion = | ||
paste("Stevens, J.R. (2021).", | ||
"excluder: Exclude rows to clean your data.", | ||
"R package version 0.3.2,", | ||
"https://github.com/ropensci/excluder.") | ||
journal = "Journal of Open Source Software", | ||
volume = "6", | ||
number = "67", | ||
pages = "3893", | ||
url = "https://doi.org/10.21105/joss.03893", | ||
DOI = "10.21105/joss.03893", | ||
textVersion = "Stevens, J. R. (2021). excluder: An R package that checks for exclusion criteria in online data. Journal of Open Source Software, 6(67), 3893. https://doi.org/10.21105/joss.03893" | ||
) |