From 7ec2d76850a7eba465151a92ae6c80445aa72cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Kosi=C5=84ski?= Date: Mon, 7 Mar 2022 13:09:43 +0100 Subject: [PATCH] Typo in citation year? This article is from 2016 https://journal.r-project.org/archive/2016-1/wais.pdf --- inst/CITATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/CITATION b/inst/CITATION index f1ccb39..dea701e 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,7 +3,7 @@ bibentry(bibtype = "article", title = "{Gender Prediction Methods Based on First Names with genderizeR}", author = c(person("Kamil", "Wais")), - year = 2006, + year = 2016, journal = "{The R Journal}", doi = "10.32614/RJ-2016-002", pages = "17--37",