Skip to content

Commit

Permalink
additive: Update citation and use bibentry()
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Apr 28, 2024
1 parent 2f78aba commit 2d18ac8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To cite `additive` in publications, please use:
citation("additive")
```

> Hamada S. Badr (2021): additive: Bindings for Additive TidyModels,
> Hamada S. Badr (2024): additive: Bindings for Additive TidyModels,
> [*Comprehensive R Archive Network (CRAN)*](https://cran.r-project.org/package=additive).
> URL: [https://hsbadr.github.io/additive/](https://hsbadr.github.io/additive/).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To cite `additive` in publications, please use:

citation("additive")

> Hamada S. Badr (2021): additive: Bindings for Additive TidyModels,
> Hamada S. Badr (2024): additive: Bindings for Additive TidyModels,
> [*Comprehensive R Archive Network
> (CRAN)*](https://cran.r-project.org/package=additive). URL:
> <https://hsbadr.github.io/additive/>.
Expand Down
7 changes: 4 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
citHeader("To cite additive in publications, please use:")

citEntry(entry = "Manual",
bibentry(
bibtype = "Manual",
title = "additive: Bindings for Additive TidyModels",
author = c(
person(given = "Hamada S.",
family = "Badr",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9808-2344"))),
year = "2021",
year = "2024",
journal = "Comprehensive R Archive Network (CRAN)",
url = "https://hsbadr.github.io/additive/",
doi = "10.5281/zenodo.4784245",
language = "English",
key = "additive-manual",

textVersion =
paste("Hamada S. Badr (2021):",
paste("Hamada S. Badr (2024):",
"additive: Bindings for Additive TidyModels,",
"_Comprehensive R Archive Network (CRAN)_.",
"URL: https://hsbadr.github.io/additive/")
Expand Down

0 comments on commit 2d18ac8

Please sign in to comment.