From c43044f240e58ff483558a51eaa1dde78b4078e2 Mon Sep 17 00:00:00 2001 From: aiminy Date: Mon, 12 Jun 2017 14:17:20 -0400 Subject: [PATCH] test --- R/testR.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }