Spaces:
Running
Running
added a few options
Browse files
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 |
# ==============================================================================
|