<?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: A serial Connection for R</title>
	<atom:link href="http://biostatmatt.com/archives/112/feed" rel="self" type="application/rss+xml" />
	<link>http://biostatmatt.com/archives/112</link>
	<description></description>
	<lastBuildDate>Wed, 04 Jan 2012 03:50:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://biostatmatt.com/archives/112/comment-page-1#comment-22</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 13 May 2010 14:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://biostatmatt.com/?p=112#comment-22</guid>
		<description>I had originally wanted to write a package to do this sort of thing. The trouble is, the R connections API is not accessible to user extension packages. Hence, any &lt;tt&gt;tty&lt;/tt&gt; interface in a package could not provide an R &quot;connection&quot;, and not use the associated tools, (i.e. readBin, writeBin). I have discussed this issue on the R-devel mailing list without any real conclusion. 

Unfortunately, I don&#039;t have a Mac, so I&#039;m not of much help with the build toolchain on OS X. But maybe this link would help 

&lt;a href=&quot;http://developer.apple.com/technologies/tools/xcode.html&quot; rel=&quot;nofollow&quot;&gt;http://developer.apple.com/technologies/tools/xcode.html&lt;/a&gt;

Mac OS X is certainly compatible. I consulted the Mac OS X documentation while writing this patch, and it is essentially the same as the BSD and Linux documentation. The &lt;tt&gt;tty&lt;/tt&gt; interface is essentially identical between Mac OS X and other POSIX compliant systems. </description>
		<content:encoded><![CDATA[<p>I had originally wanted to write a package to do this sort of thing. The trouble is, the R connections API is not accessible to user extension packages. Hence, any <tt>tty</tt> interface in a package could not provide an R "connection", and not use the associated tools, (i.e. readBin, writeBin). I have discussed this issue on the R-devel mailing list without any real conclusion. </p>
<p>Unfortunately, I don't have a Mac, so I'm not of much help with the build toolchain on OS X. But maybe this link would help </p>
<p><a href="http://developer.apple.com/technologies/tools/xcode.html" rel="nofollow">http://developer.apple.com/technologies/tools/xcode.html</a></p>
<p>Mac OS X is certainly compatible. I consulted the Mac OS X documentation while writing this patch, and it is essentially the same as the BSD and Linux documentation. The <tt>tty</tt> interface is essentially identical between Mac OS X and other POSIX compliant systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy white</title>
		<link>http://biostatmatt.com/archives/112/comment-page-1#comment-17</link>
		<dc:creator>andy white</dc:creator>
		<pubDate>Thu, 13 May 2010 04:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://biostatmatt.com/?p=112#comment-17</guid>
		<description>Very intriguing. I would love to have a patched R version to test this out.
Too bad it does not work with standard Mac OS X 10.6 Snow Leopard
because I can find no easy way to assemble the needed utilities without compromising OSX 10.6 itself.
Perhaps some advice would help. Perhaps OS X is not compatible period. 
I would recommend (hope) that a more standard R package could be developed 
to implement the tty connection. - AW</description>
		<content:encoded><![CDATA[<p>Very intriguing. I would love to have a patched R version to test this out.<br />
Too bad it does not work with standard Mac OS X 10.6 Snow Leopard<br />
because I can find no easy way to assemble the needed utilities without compromising OSX 10.6 itself.<br />
Perhaps some advice would help. Perhaps OS X is not compatible period.<br />
I would recommend (hope) that a more standard R package could be developed<br />
to implement the tty connection. - AW</p>
]]></content:encoded>
	</item>
</channel>
</rss>

