<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Publish Reproducible Examples from R to Datanovia Website	</title>
	<atom:link href="https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Tue, 30 Mar 2021 19:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Fernanda Anselmo-Moreira		</title>
		<link>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comment-21815</link>

		<dc:creator><![CDATA[Fernanda Anselmo-Moreira]]></dc:creator>
		<pubDate>Tue, 30 Mar 2021 19:01:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15633#comment-21815</guid>

					<description><![CDATA[I can&#039;t install the packages requested packages in &quot;Prerequisites&quot;.
I tried this and I got the following:

install.packages(&quot;devtools&quot;)
Installing package into ‘C:/Users/Fernanda Anselmo/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
tentando a URL &#039;https://cran-r.c3sl.ufpr.br/bin/windows/contrib/4.0/devtools_2.3.2.zip&#039;
Content type &#039;application/zip&#039; length 448412 bytes (437 KB)
downloaded 437 KB

package ‘devtools’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Fernanda Anselmo\AppData\Local\Temp\RtmpS4OEUK\downloaded_packages
&#062; devtools::install_github(&quot;kassambara/pubr&quot;)
Error in loadNamespace(j &#060;- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called ‘glue’]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t install the packages requested packages in &#8220;Prerequisites&#8221;.<br />
I tried this and I got the following:</p>
<p>install.packages(&#8220;devtools&#8221;)<br />
Installing package into ‘C:/Users/Fernanda Anselmo/Documents/R/win-library/4.0’<br />
(as ‘lib’ is unspecified)<br />
&#8212; Please select a CRAN mirror for use in this session &#8212;<br />
tentando a URL &#8216;https://cran-r.c3sl.ufpr.br/bin/windows/contrib/4.0/devtools_2.3.2.zip&#8217;<br />
Content type &#8216;application/zip&#8217; length 448412 bytes (437 KB)<br />
downloaded 437 KB</p>
<p>package ‘devtools’ successfully unpacked and MD5 sums checked</p>
<p>The downloaded binary packages are in<br />
        C:\Users\Fernanda Anselmo\AppData\Local\Temp\RtmpS4OEUK\downloaded_packages<br />
&gt; devtools::install_github(&#8220;kassambara/pubr&#8221;)<br />
Error in loadNamespace(j &lt;- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :<br />
  there is no package called ‘glue’</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pumbaa		</title>
		<link>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comment-20764</link>

		<dc:creator><![CDATA[Pumbaa]]></dc:creator>
		<pubDate>Sun, 19 Jul 2020 13:54:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15633#comment-20764</guid>

					<description><![CDATA[i got the following error trying pubr::render_r() 

&lt;code&gt;R-3.6.1-intel&#062; pubr::render_r()
Error in reprex::reprex(..., style = TRUE, advertise = FALSE, venue = &#034;html&#034;, &#160;:&#160;
&#160; unused argument (session_info = session_info)&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>i got the following error trying pubr::render_r() </p>
<p><code>R-3.6.1-intel&gt; pubr::render_r()<br />
Error in reprex::reprex(..., style = TRUE, advertise = FALSE, venue = &quot;html&quot;, &nbsp;:&nbsp;<br />
&nbsp; unused argument (session_info = session_info)</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kassambara		</title>
		<link>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comment-19679</link>

		<dc:creator><![CDATA[kassambara]]></dc:creator>
		<pubDate>Tue, 21 Apr 2020 17:48:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15633#comment-19679</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comment-19678&quot;&gt;Darryn Knobel&lt;/a&gt;.

&lt;div class=&quot;rdoc&quot;&gt;
&lt;p&gt;As indicated in the prerequisites, you can install the &lt;code&gt;pubr&lt;/code&gt; package as follow:&lt;/p&gt;
&lt;pre class=&quot;r&quot;&gt;&lt;code&gt;if(require(devtools)) install.packages(&#034;devtools&#034;)
devtools::install_github(&#034;kassambara/pubr&#034;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comment-19678">Darryn Knobel</a>.</p>
<div class="rdoc">
<p>As indicated in the prerequisites, you can install the <code>pubr</code> package as follow:</p>
<pre class="r"><code>if(require(devtools)) install.packages(&quot;devtools&quot;)
devtools::install_github(&quot;kassambara/pubr&quot;)</code></pre>
</div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Darryn Knobel		</title>
		<link>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comment-19678</link>

		<dc:creator><![CDATA[Darryn Knobel]]></dc:creator>
		<pubDate>Tue, 21 Apr 2020 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15633#comment-19678</guid>

					<description><![CDATA[Hi. I am trying this and I get the following:
&#062; install.packages(&quot;pubr&quot;)
Warning in install.packages :
  package ‘pubr’ is not available (for R version 3.6.3)]]></description>
			<content:encoded><![CDATA[<p>Hi. I am trying this and I get the following:<br />
&gt; install.packages(&#8220;pubr&#8221;)<br />
Warning in install.packages :<br />
  package ‘pubr’ is not available (for R version 3.6.3)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 110/175 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 40/59 queries in 0.017 seconds using APC

Served from: www.datanovia.com @ 2025-07-23 16:48:16 by W3 Total Cache
-->