From f74635a762876a39997a678b8e7fb85f1c857f88 Mon Sep 17 00:00:00 2001 From: m7pr Date: Wed, 30 Oct 2024 14:33:26 +0100 Subject: [PATCH] remove unneeded roxygen2 tags --- R/teal_data-constructor.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/teal_data-constructor.R b/R/teal_data-constructor.R index 128c3b49e..b950eb740 100644 --- a/R/teal_data-constructor.R +++ b/R/teal_data-constructor.R @@ -21,8 +21,6 @@ #' #' @export #' -#' @name teal_data -#' @rdname teal_data #' #' @examples #' teal_data(x1 = iris, x2 = mtcars)