<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error when saving html visual (R custom) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/547260#M17013</link>
    <description>&lt;P&gt;Perfect, now it works - thanks so much!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2018 15:29:34 GMT</pubDate>
    <dc:creator>sona93</dc:creator>
    <dc:date>2018-10-19T15:29:34Z</dc:date>
    <item>
      <title>Error when saving html visual (R custom)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/393027#M11690</link>
      <description>&lt;P&gt;When I run the custom visual in PBI I get this error from internalsavewidget:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error in system.file(config, package = package) :&lt;BR /&gt;'package' must be of length 1&lt;BR /&gt;Calls: internalSaveWidget ... getDependency -&amp;gt; &amp;lt;Anonymous&amp;gt; -&amp;gt; inherits -&amp;gt; system.file&lt;BR /&gt;Execution halted"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is working fine and producing the expected output when&amp;nbsp;I have tested it in R so I do not understand where it comes from. The plot is created from this line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p&amp;lt;- ggplotly(p) %&amp;gt;%&lt;BR /&gt;layout(annotations = list(x = 1.5*y.o, y = round(ylims,1), text = paste0("p-value: ",pvalue), showarrow = F))&lt;/P&gt;&lt;P&gt;internalSaveWidget(p,"out.html")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; can only wonder if the "%&amp;gt;%" is messing some things up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edited to add full errror message&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:09:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/393027#M11690</guid>
      <dc:creator>Booth070</dc:creator>
      <dc:date>2018-04-10T09:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when saving html visual (R custom)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/393124#M11692</link>
      <description>&lt;P&gt;We would recommend you should send this issue to&amp;nbsp;pbircvsupport@microsoft.com.&lt;/P&gt;
&lt;P&gt;This email alias is maintained&amp;nbsp;by experienced&amp;nbsp;R developer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:09:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/393124#M11692</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-04-10T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error when saving html visual (R custom)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/545824#M16980</link>
      <description>&lt;P&gt;Do you have any updates on the case,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 13:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/545824#M16980</guid>
      <dc:creator>sona93</dc:creator>
      <dc:date>2018-10-18T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when saving html visual (R custom)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/546045#M16991</link>
      <description>&lt;P&gt;Have you also included the dplyr library?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libraryRequireInstall("dplyr");&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:03:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/546045#M16991</guid>
      <dc:creator>PoolR</dc:creator>
      <dc:date>2018-10-18T16:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error when saving html visual (R custom)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/547260#M17013</link>
      <description>&lt;P&gt;Perfect, now it works - thanks so much!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:29:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-when-saving-html-visual-R-custom/m-p/547260#M17013</guid>
      <dc:creator>sona93</dc:creator>
      <dc:date>2018-10-19T15:29:34Z</dc:date>
    </item>
  </channel>
</rss>

