diff --git a/R/testR.R b/R/testR.R index ceba9cb..0ff0c6f 100644 --- a/R/testR.R +++ b/R/testR.R @@ -9,5 +9,5 @@ #' testR <- function() { cat("hello world\nn") - cat("some update") + cat("some updategg") }