diff --git a/README.md b/README.md index 76b4a23..2aae9fc 100644 --- a/README.md +++ b/README.md @@ -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}, #> } ``` diff --git a/inst/CITATION b/inst/CITATION index f0dff50..173f908 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,6 +1,6 @@ utils::bibentry( header = "To cite {mctq} in publications use:", - bibtype = "Unpublished", + bibtype = "Misc", title = paste0( "{mctq}:", " ", "Munich ChronoType Questionnaire tools" @@ -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" ) )