<?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: Building R packages for Windows</title>
	<atom:link href="http://robjhyndman.com/researchtips/building-r-packages-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/</link>
	<description>Rob J Hyndman:  Research tips</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:05:46 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-713</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-713</guid>
		<description>Sorry. I installed it in R GUI.  Thanks you for your help.</description>
		<content:encoded><![CDATA[<p>Sorry. I installed it in R GUI.  Thanks you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-712</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-712</guid>
		<description>Thank you for your quick respose. I found it in C:\Program Files (x86)\R\R-2.10.1\bin. However, when I run Rcmd install  mypackage. it showed it can&#039;t open perl script &quot;C:\PROGRA~2\R\R-210~1.1\bin\install&quot;.

I cannot find it either , I changed path in way as above.

Do you have suggestion? Thanks.

have a good day!</description>
		<content:encoded><![CDATA[<p>Thank you for your quick respose. I found it in C:\Program Files (x86)\R\R-2.10.1\bin. However, when I run Rcmd install  mypackage. it showed it can&#8217;t open perl script &#8220;C:\PROGRA~2\R\R-210~1.1\bin\install&#8221;.</p>
<p>I cannot find it either , I changed path in way as above.</p>
<p>Do you have suggestion? Thanks.</p>
<p>have a good day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob J Hyndman</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-710</link>
		<dc:creator>Rob J Hyndman</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-710</guid>
		<description>If Rcmd is not recognized at the DOS prompt then you don&#039;t have the path to the R bin directory set up properly (step 1.3). Type &quot;path&quot; at the DOS prompt and check that the directory is listed.</description>
		<content:encoded><![CDATA[<p>If Rcmd is not recognized at the DOS prompt then you don&#8217;t have the path to the R bin directory set up properly (step 1.3). Type &#8220;path&#8221; at the DOS prompt and check that the directory is listed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-709</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-709</guid>
		<description>I have done my R package on UNIX, and it did not work in Windows. I tried to build R package using above steps.

But there is no RCMD command on DOS prompt , it show it is not recognized as internal or external command.

Do you know the reason? My PC os is windows7. Thanks</description>
		<content:encoded><![CDATA[<p>I have done my R package on UNIX, and it did not work in Windows. I tried to build R package using above steps.</p>
<p>But there is no RCMD command on DOS prompt , it show it is not recognized as internal or external command.</p>
<p>Do you know the reason? My PC os is windows7. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob J Hyndman</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-544</link>
		<dc:creator>Rob J Hyndman</dc:creator>
		<pubDate>Sun, 17 Jan 2010 06:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-544</guid>
		<description>Thanks David. I&#039;ve updated the instructions.</description>
		<content:encoded><![CDATA[<p>Thanks David. I&#8217;ve updated the instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Scott</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-541</link>
		<dc:creator>David Scott</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-541</guid>
		<description>I recommended this post on R-help as being useful. Uwe Ligges rightly pointed out there have been changes since R-2.10.0:

&quot; ... these instructions are outdated since there is no chm help 
support for R-2.10.x, for example.&quot;

You may wish to update</description>
		<content:encoded><![CDATA[<p>I recommended this post on R-help as being useful. Uwe Ligges rightly pointed out there have been changes since R-2.10.0:</p>
<p>&#8221; &#8230; these instructions are outdated since there is no chm help<br />
support for R-2.10.x, for example.&#8221;</p>
<p>You may wish to update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob J Hyndman</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-353</link>
		<dc:creator>Rob J Hyndman</dc:creator>
		<pubDate>Sun, 08 Nov 2009 03:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-353</guid>
		<description>It sounds like some kind of problem with your Rd files rather than with the software needed to build a package for Windows. build without --binary is just zipping up your directory and not processing any files.</description>
		<content:encoded><![CDATA[<p>It sounds like some kind of problem with your Rd files rather than with the software needed to build a package for Windows. build without &#8211;binary is just zipping up your directory and not processing any files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://robjhyndman.com/researchtips/building-r-packages-for-windows/comment-page-1/#comment-352</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 07 Nov 2009 20:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robjhyndman.com/researchtips/?p=190#comment-352</guid>
		<description>Rob, thanks for posting this but I am still struggling to make your example work.  All the steps work up to

Rcmd build --binary fred

*** installing help indices
Error in Rd_info(db[[i]]) : Rd files must have a non-empty \title.
See chapter &#039;Writing R documentation&#039; in manual &#039;Writing R Extensions&#039;.
* removing &#039;C:/Users/eick/AppData/Local/Temp/Rinst1284800485/fred&#039;
 ERROR
* installation failed

My \title is fine and Rcmd build works fine if I take out the --binary but the resulting fred_1.0.tar.gz won&#039;t install.</description>
		<content:encoded><![CDATA[<p>Rob, thanks for posting this but I am still struggling to make your example work.  All the steps work up to</p>
<p>Rcmd build &#8211;binary fred</p>
<p>*** installing help indices<br />
Error in Rd_info(db[[i]]) : Rd files must have a non-empty \title.<br />
See chapter &#8216;Writing R documentation&#8217; in manual &#8216;Writing R Extensions&#8217;.<br />
* removing &#8216;C:/Users/eick/AppData/Local/Temp/Rinst1284800485/fred&#8217;<br />
 ERROR<br />
* installation failed</p>
<p>My \title is fine and Rcmd build works fine if I take out the &#8211;binary but the resulting fred_1.0.tar.gz won&#8217;t install.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
