jofaichow commited on
Commit
90e730d
1 Parent(s): 903377a

added a few options

Browse files
Files changed (1) hide show
  1. app/app.R +6 -0
app/app.R CHANGED
@@ -21,6 +21,12 @@ library(parallel)
21
  library(Rnumerai)
22
 
23
 
 
 
 
 
 
 
24
  # ==============================================================================
25
  # Helper Functions
26
  # ==============================================================================
 
21
  library(Rnumerai)
22
 
23
 
24
+ # Options
25
+ options(datatable.showProgress = FALSE)
26
+ options(timeout = 100000000)
27
+ options(encoding = "UTF-8")
28
+
29
+
30
  # ==============================================================================
31
  # Helper Functions
32
  # ==============================================================================