diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-07-05 21:25:34 -0500 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-07-05 21:25:34 -0500 |
commit | 875e650865586b795af73373af288148ec231c49 (patch) | |
tree | d475307f1306caf17d4b09ab8b3f04dc88271237 /test_import_variable.r | |
parent | 4db6f87488a28128ef45a1626ac9282281e2ba2c (diff) |
Moved tests into package.
Diffstat (limited to 'test_import_variable.r')
-rw-r--r-- | test_import_variable.r | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test_import_variable.r b/test_import_variable.r deleted file mode 100644 index f35ff9c..0000000 --- a/test_import_variable.r +++ /dev/null @@ -1,8 +0,0 @@ -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 |