Forecasting
Hi,
I am fairly new to Power BI and don't know a lot about R scripting yet. I downloaded the file, but it gives me an error in the left visual: there is no package called 'scales'. I also downloaded the R script that I assume installs these packages. But how do I run the script to create them?
I am using C:\Program Files\Microsoft\MRO-3.3.2 as my home directory and Visual Studio 2015 as my R IDE.
I sent a reply to private mail. Hopefully it helps...
In general to install missing package you need to type install.packages("scales") from any R command line (R studio or VS IDE). Alernatively, you run the script.
See
https://powerbi.microsoft.com/en-us/documentation/
Scroll down till you see:
"Install R packages manually, using any R console"