From 9138b132787f969d89d9ae6c88f463e95b70716e Mon Sep 17 00:00:00 2001 From: Moohan Date: Wed, 2 Oct 2024 16:11:19 +0000 Subject: [PATCH] Style code (GHA) --- R/hello_world.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/hello_world.R b/R/hello_world.R index 33bc3a5..92d6587 100644 --- a/R/hello_world.R +++ b/R/hello_world.R @@ -8,7 +8,6 @@ #' @examples #' hello_world("James") hello_world <- function(name) { - stopifnot(inherits(name, "character")) response <- paste0("Hello ", name, "!")