Spaces:
Sleeping
Sleeping
dalmacyali
commited on
Commit
•
d602228
1
Parent(s):
d193a3a
Update app.R
Browse files
app.R
CHANGED
@@ -46,6 +46,7 @@ library(ggdendro)
|
|
46 |
library(pastecs)
|
47 |
library(forecast)
|
48 |
library(scales)
|
|
|
49 |
library(caret)
|
50 |
library(BBmisc)
|
51 |
library(glmnet)
|
|
|
46 |
library(pastecs)
|
47 |
library(forecast)
|
48 |
library(scales)
|
49 |
+
if (!require("caret")) install.packages("caret", dependencies = TRUE)
|
50 |
library(caret)
|
51 |
library(BBmisc)
|
52 |
library(glmnet)
|