From 875e650865586b795af73373af288148ec231c49 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Wed, 5 Jul 2023 21:25:34 -0500 Subject: Moved tests into package. --- tests/test_import_variable.r | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test_import_variable.r (limited to 'tests/test_import_variable.r') diff --git a/tests/test_import_variable.r b/tests/test_import_variable.r new file mode 100644 index 0000000..f35ff9c --- /dev/null +++ b/tests/test_import_variable.r @@ -0,0 +1,8 @@ +msg_1 <- "Initializing Client - R" +msg_2 <- "Initialized Client - R" +int_1 <- as.integer(3) +int_2 <- as.integer(155) +dbl_1 <- 3 +dbl_2 <- 12.345 +chk_1 <- TRUE +chk_2 <- FALSE -- cgit v1.2.3