<?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: R in the New York Times</title>
	<atom:link href="http://www.dataminingdownunder.com/2009/01/r-project-in-nyt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dataminingdownunder.com/2009/01/r-project-in-nyt/</link>
	<description>Welcome to "Data Mining, Down Under", a blog by Aussie data miner Shane Butler.</description>
	<lastBuildDate>Thu, 04 Mar 2010 05:34:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steffen</title>
		<link>http://www.dataminingdownunder.com/2009/01/r-project-in-nyt/comment-page-1/#comment-506</link>
		<dc:creator>Steffen</dc:creator>
		<pubDate>Thu, 22 Jan 2009 13:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=232#comment-506</guid>
		<description>Hello Shane

Thank you for the links. No, I am not coming from the SAS side ... :)

The problem is not, that R is interpreted. The problem is, that the character of any scripting language invites you to &quot;hack&quot; instead of develop.  The S4-classes for an example provide a way to write clean code... but I know people who refuse S4 because the coding feels ... restrictive.

Compare writing code in R  and in Java (e.g. for RapidMiner (which I use frequently)), then you will get a basic idea...

regards

Steffen</description>
		<content:encoded><![CDATA[<p>Hello Shane</p>
<p>Thank you for the links. No, I am not coming from the SAS side &#8230; <img src='http://www.dataminingdownunder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The problem is not, that R is interpreted. The problem is, that the character of any scripting language invites you to &#8220;hack&#8221; instead of develop.  The S4-classes for an example provide a way to write clean code&#8230; but I know people who refuse S4 because the coding feels &#8230; restrictive.</p>
<p>Compare writing code in R  and in Java (e.g. for RapidMiner (which I use frequently)), then you will get a basic idea&#8230;</p>
<p>regards</p>
<p>Steffen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Butler</title>
		<link>http://www.dataminingdownunder.com/2009/01/r-project-in-nyt/comment-page-1/#comment-505</link>
		<dc:creator>Shane Butler</dc:creator>
		<pubDate>Thu, 22 Jan 2009 11:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=232#comment-505</guid>
		<description>Hi Steffen

What is the issue with R scripting, aren&#039;t SAS et al. interpreted also?

BTW I am not aware of particular software development resources, but here are some general R links I use...
&lt;a href=&quot;http://RforSASandSPSSusers.com&quot; rel=&quot;nofollow&quot;&gt;http://RforSASandSPSSusers.com&lt;/a&gt;
&lt;a href=&quot;http://www.statmethods.net/&quot; rel=&quot;nofollow&quot;&gt;http://www.statmethods.net/&lt;/a&gt;
&lt;a href=&quot;http://www.liaad.up.pt/~ltorgo/DataMiningWithR/&quot; rel=&quot;nofollow&quot;&gt;http://www.liaad.up.pt/~ltorgo/DataMiningWithR/&lt;/a&gt;
&lt;a href=&quot;http://rattle.togaware.com/&quot; rel=&quot;nofollow&quot;&gt;http://rattle.togaware.com/&lt;/a&gt;

Shane</description>
		<content:encoded><![CDATA[<p>Hi Steffen</p>
<p>What is the issue with R scripting, aren&#8217;t SAS et al. interpreted also?</p>
<p>BTW I am not aware of particular software development resources, but here are some general R links I use&#8230;<br />
<a href="http://RforSASandSPSSusers.com" rel="nofollow">http://RforSASandSPSSusers.com</a><br />
<a href="http://www.statmethods.net/" rel="nofollow">http://www.statmethods.net/</a><br />
<a href="http://www.liaad.up.pt/~ltorgo/DataMiningWithR/" rel="nofollow">http://www.liaad.up.pt/~ltorgo/DataMiningWithR/</a><br />
<a href="http://rattle.togaware.com/" rel="nofollow">http://rattle.togaware.com/</a></p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen</title>
		<link>http://www.dataminingdownunder.com/2009/01/r-project-in-nyt/comment-page-1/#comment-504</link>
		<dc:creator>Steffen</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=232#comment-504</guid>
		<description>Thank you for the link. I normally dont read the NY Times, so I would never have seen this without your suggestion. Another argument for upcoming discussions with managers...

One of the issues of R is its script-like-character. Hence the software developers at my company gave me strange looks when I talk about R ... not without reasons, I have seen R code at universities --- lets not talk about it.

I wondered...can you recommend any documents / books about professional software development with R ? Especially S4 has a lot of potential ... maybe there are already some &quot;best practices&quot; out there...

thanks in advance

kind regards,

Steffen</description>
		<content:encoded><![CDATA[<p>Thank you for the link. I normally dont read the NY Times, so I would never have seen this without your suggestion. Another argument for upcoming discussions with managers&#8230;</p>
<p>One of the issues of R is its script-like-character. Hence the software developers at my company gave me strange looks when I talk about R &#8230; not without reasons, I have seen R code at universities &#8212; lets not talk about it.</p>
<p>I wondered&#8230;can you recommend any documents / books about professional software development with R ? Especially S4 has a lot of potential &#8230; maybe there are already some &#8220;best practices&#8221; out there&#8230;</p>
<p>thanks in advance</p>
<p>kind regards,</p>
<p>Steffen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
