From 5f4bd2069bf486ae92240979f9d65b5c138ca8d4 Mon Sep 17 00:00:00 2001 From: Max Kuhn Date: Tue, 21 Mar 2023 14:00:51 -0400 Subject: [PATCH] citEntry -> bibentry --- pkg/caret/inst/CITATION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/caret/inst/CITATION b/pkg/caret/inst/CITATION index 5d47dba1..29fe14d4 100644 --- a/pkg/caret/inst/CITATION +++ b/pkg/caret/inst/CITATION @@ -1,7 +1,7 @@ citHeader("To cite caret in publications use:") -citEntry( - entry = "Article", +utils::bibentry( + bibtype = "Article", title = "Building Predictive Models in R Using the caret Package", volume = "28", url = "https://www.jstatsoft.org/index.php/jss/article/view/v028i05",