Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

R library, there is no package

Hi, I have an issue with the R libraries in the different scripts of PowerBi as Data Source or with the visuals. 

 

In this case with the visual, the error  is:" Error Message:
R script error.
Error in library(forecast) : there is no package called 'forecast'
Ejecución interrumpida"

 

But in the script (image 1) as in the R script (image 2) is correctly written, also is ploted the visual in R.

 

Anyone knows the solution? 

 

Thanks

2.png

 

1.png

Status: New
Comments
v-chuncz-msft
Community Support
Anonymous
Not applicable

@v-chuncz-msft  R library, there is no package  hello I have all packages installed and I still have the problem also checked with code:

installed.packages(lib.loc = NULL, priority = NULL, noCache = FALSE, fields = NULL, subarch = .Platform$r_arch)


@Anonymous wrote:

Hi, I have an issue with the R libraries in the different scripts of PowerBi as Data Source or with the visuals. 

 

In this case with the visual, the error  is:" Error Message:
R script error.
Error in library(forecast) : there is no package called 'forecast'
Ejecución interrumpida"

 

But in the script (image 1) as in the R script (image 2) is correctly written, also is ploted the visual in R.

 

Anyone knows the solution? 

 

Thanks

2.png

 

1.png