-
Notifications
You must be signed in to change notification settings - Fork 8
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
36f0ab0
commit 19a3b3a
Showing
2 changed files
with
42 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
year <- sub("-.*", "", meta$Date) | ||
note <- sprintf("R package version %s", meta$Version) | ||
|
||
citHeader("To cite the cfbfastR R package in publications, use:") | ||
|
||
citEntry(entry = "Misc", | ||
author = personList( | ||
as.person("Saiem Gilani"), | ||
as.person("Akshay Easwaran"), | ||
as.person("Jared Lee"), | ||
as.person("Eric Hess") | ||
), | ||
title = "cfbfastR: The SportsDataverse's R Package for College Football Data.", | ||
url = c("saiemgilani.github.io/cfbfastR/"), | ||
year = year, | ||
note = note, | ||
textVersion = paste( | ||
"Saiem Gilani and Akshay Easwaran and Jared Lee and Eric Hess. cfbfastR: The SportsDataverse's R Package for College Football Data.", | ||
"Retrieved from https://saiemgilani.github.io/cfbfastR/" | ||
) | ||
) |