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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Booth070
Frequent Visitor

Error when saving html visual (R custom)

When I run the custom visual in PBI I get this error from internalsavewidget:

 

Error in system.file(config, package = package) :
'package' must be of length 1
Calls: internalSaveWidget ... getDependency -> <Anonymous> -> inherits -> system.file
Execution halted"

 

 

The code is working fine and producing the expected output when I have tested it in R so I do not understand where it comes from. The plot is created from this line:

 

p<- ggplotly(p) %>%
layout(annotations = list(x = 1.5*y.o, y = round(ylims,1), text = paste0("p-value: ",pvalue), showarrow = F))

internalSaveWidget(p,"out.html")

 

I  can only wonder if the "%>%" is messing some things up?

 

 

Thanks in advance.

 

Edited to add full errror message

1 ACCEPTED SOLUTION

Have you also included the dplyr library?

 

libraryRequireInstall("dplyr");

View solution in original post

4 REPLIES 4
sona93
Regular Visitor

Do you have any updates on the case, 

Have you also included the dplyr library?

 

libraryRequireInstall("dplyr");

Perfect, now it works - thanks so much!

v-viig
Community Champion
Community Champion

We would recommend you should send this issue to pbircvsupport@microsoft.com.

This email alias is maintained by experienced R developer.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.