Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
Solved! Go to Solution.
Have you also included the dplyr library?
libraryRequireInstall("dplyr");
Do you have any updates on the case,
Have you also included the dplyr library?
libraryRequireInstall("dplyr");
Perfect, now it works - thanks so much!
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |