Skip to content

Commit

Permalink
Fix CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvartan committed Jun 22, 2024
1 parent 2f3a27a commit 4bc5b7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,18 @@ open-source R package. Find the citation below.
citation("mctq")
#> To cite {mctq} in publications use:
#>
#> Vartanian, D. (2023). {mctq}: Munich ChronoType Questionnaire tools
#> Vartanian, D. (2024). {mctq}: Munich ChronoType Questionnaire tools
#> (Version 0.3.2.9001) [Computer software - R package]. CRAN; rOpenSci.
#> https://docs.ropensci.org/mctq/
#> https://doi.org/10.32614/CRAN.package.mctq
#>
#> Uma entrada BibTeX para usuários(as) de LaTeX é
#> A BibTeX entry for LaTeX users is
#>
#> @Unpublished{,
#> @Misc{,
#> title = {{mctq}: Munich ChronoType Questionnaire tools},
#> author = {Daniel Vartanian},
#> year = {2024},
#> url = {https://docs.ropensci.org/mctq/},
#> publisher = {CRAN; rOpenSci},
#> doi = {10.32614/CRAN.package.mctq},
#> note = {R package version 0.3.2.9001},
#> }
```
Expand Down
13 changes: 5 additions & 8 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
utils::bibentry(
header = "To cite {mctq} in publications use:",
bibtype = "Unpublished",
bibtype = "Misc",
title = paste0(
"{mctq}:", " ",
"Munich ChronoType Questionnaire tools"
Expand All @@ -15,19 +15,16 @@ utils::bibentry(
)
),
year = "2024",
url = paste0(
"https://docs.ropensci.org/",
"mctq/"
),
publisher = "CRAN; rOpenSci",
doi = "10.32614/CRAN.package.mctq",
note = "R package version 0.3.2.9001",
textVersion = paste0(
"Vartanian, D.", " ",
"(2023)", ". ",
"(2024)", ". ",
"{mctq}:", " ",
"Munich ChronoType Questionnaire tools", " ",
"(Version 0.3.2.9001) [Computer software - R package]", ". ",
"CRAN; rOpenSci", ". ",
"https://docs.ropensci.org/",
"mctq/"
"https://doi.org/10.32614/CRAN.package.mctq"
)
)

0 comments on commit 4bc5b7b

Please sign in to comment.