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, "!")