I need to install some R packages in AzureML, but I think that I´m not doing this by the correct way:
install.packages(c (
"timetk",
"modeltime",
"modeltime.ensemble",
"quantmod",
"rvest",
"tidyverse",
"gtrendsR",
"xlsx"
))
Then when I call the librarys after installing I have the following issue message:
Error in library(timetk): There is no package called `timetk´...
I readed this post here (Install R Packages in Azure ML) in stackoverflow but I confess that I can´t go ahead to solve this...