Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Error when refreshing report with R script 'there is no package called...'

I've built a report using some R script to transform some data imported from SQL server. It refreshes fine on the desktop mode, however once published it throws the following error when trying to refresh:

 

"Underlying error messageADO.NET: R script error. Error in library(tidyverse) : there is no package called 'tidyverse' Execution halted"

 

The R script references the tidyverse package with "library(tidyverse)" but it appears the service can't find it.

Any idea how to fix this?

2 Replies