File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# This is the main interpreter. This is used to read through the file and call the respective libraries
55#
66
7-
7+ rm( list = ls()) # This clears all system vars to avoid errors
88# First Check OS type:
99os_version <- 0
1010if (Sys.info()[1 ] != " Windows" ){
1111 os_version <- 1
1212}
1313# TO read console input for ths program
14- rm(list = ls()) # This clears all system vars to avoid errors
1514args <- commandArgs(trailingOnly = TRUE )
1615loadScript <- function (){
1716 fileName <- " "
@@ -38,7 +37,7 @@ library(foreach)
3837if (! require(" tools" )) install.packages(" tools" , repos = ' http://cran.us.r-project.org' )
3938library(tools )
4039
41- devToggle <- 1 # Toggle 1 is dev mode 0 isnt
40+ devToggle <- 0 # Toggle 1 is dev mode 0 isnt
4241
4342if (devToggle != 1 ){
4443 # From loading from a file have to conver to table matrix
You can’t perform that action at this time.
0 commit comments