<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michael Ewens &#187; mac</title>
	<atom:link href="http://michaelewens.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelewens.com</link>
	<description>Tepper School of Business, Carnegie Mellon Univ.</description>
	<lastBuildDate>Tue, 10 Jan 2012 19:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Growl with R</title>
		<link>http://michaelewens.com/2010/07/02/using-growl-with-r/</link>
		<comments>http://michaelewens.com/2010/07/02/using-growl-with-r/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 19:46:03 +0000</pubDate>
		<dc:creator>Michael Ewens</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[r]]></category>

		<guid isPermaLink="false">http://michaelewens.com/?p=673</guid>
		<description><![CDATA[If you have a long R script and would like to be notified when computation is complete, follow these directions to get Growl notifications: Install Growl and leave the disk image open. Open Terminal. Run &#8220;cd /Volumes/Growl-1.2/Extras/growlnotify&#8221; Run &#8220;./install.sh&#8221; Then follow these directions to get your R script to talk to Growl by adding something [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a long R script and would like to be notified when computation is complete, follow these directions to get Growl notifications:</p>
<ol>
<li><a href="http://growl.info/index.php">Install Growl</a> and leave the disk image open.</li>
<li>Open Terminal.</li>
<li>Run &#8220;cd /Volumes/Growl-1.2/Extras/growlnotify&#8221;</li>
<li>Run &#8220;./install.sh&#8221;</li>
</ol>
<p>Then <a href="http://snippets.dzone.com/posts/show/2638">follow these directions</a> to get your R script to talk to Growl by adding something like:<br />
<code>    system(paste("growlnotify -a R -t \"R is done\" -m", "\"Inserted the data\"", sep=""))<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://michaelewens.com/2010/07/02/using-growl-with-r/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting $PATH in Mac OS X</title>
		<link>http://michaelewens.com/2009/06/21/setting-path-in-mac-os-x/</link>
		<comments>http://michaelewens.com/2009/06/21/setting-path-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:24:36 +0000</pubDate>
		<dc:creator>Michael Ewens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://michaelewens.com/2009/06/21/setting-path-in-mac-os-x/</guid>
		<description><![CDATA[The myriad of Google searches did not help me set a new PATH variable on my Mac. Here is how I did it: 1. cd to /etc 2. Edit the file &#8216;profile&#8217; 3. Append the path you want to the end of the /usr/local &#8230; line.]]></description>
			<content:encoded><![CDATA[<p>The myriad of Google searches did not help me set a new PATH variable on my Mac.  Here is how I did it:<br />
1.  cd to /etc<br />
2.  Edit the file &#8216;profile&#8217;<br />
3.  Append the path you want to the end of the /usr/local &#8230; line.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelewens.com/2009/06/21/setting-path-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

