<?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>CURIOSITATIS CAPTIVUS &#187; excel</title>
	<atom:link href="http://www.coreygallon.com/category/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coreygallon.com</link>
	<description>thesauri sapientiae et quisquiliae</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing RExcelXML from The Omega Project in R</title>
		<link>http://www.coreygallon.com/2011/01/installing-rexcelxml-from-the-omega-project-in-r/</link>
		<comments>http://www.coreygallon.com/2011/01/installing-rexcelxml-from-the-omega-project-in-r/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 19:14:54 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[quant]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=296</guid>
		<description><![CDATA[A quick post to capture the resolution to the past 20 minutes I have spent in frustration trying to install RExcelXML from Omegahat (The Omega Project for Statistical Computing). As this is a source package, the dependencies need to be satisfied manually (which is a bit baffling, frankly &#8212; surely there is a workaround for [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post to capture the resolution to the past 20 minutes I have spent in frustration trying to install <a href="http://www.omegahat.org/RExcelXML/">RExcelXML </a>from <a href="http://www.omegahat.org/">Omegahat (The Omega Project for Statistical Computing)</a>.  As this is a source package, the dependencies need to be satisfied manually (which is a bit baffling, frankly &#8212; surely there is a workaround for this using a makefile-like facility in <em>install.packages()</em>).  The package depends on ROOXML, Rcompression and XML.  The solution is two-staged:</p>
<pre>
> install.packages(c('Rcompression', 'XML'))
> install.packages(c('ROOXML', 'RExcelXML'), repos = 'http://www.omegahat.org/R', type = 'source')
</pre>
<p>Back to the grind &#8230;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2011%2F01%2Finstalling-rexcelxml-from-the-omega-project-in-r%2F';
  addthis_title  = 'Installing+RExcelXML+from+The+Omega+Project+in+R';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2011/01/installing-rexcelxml-from-the-omega-project-in-r/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excel Progress Indicator &amp; Check-List Proof of Concept</title>
		<link>http://www.coreygallon.com/2007/09/excel-progress-indicator-check-list-proof-of-concept/</link>
		<comments>http://www.coreygallon.com/2007/09/excel-progress-indicator-check-list-proof-of-concept/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 14:32:18 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/2007/09/20/excel-progress-indicator-check-list-proof-of-concept/</guid>
		<description><![CDATA[Recently I was asked by the project management of a client to create a check-list in Excel for an initiative they are heading. While I cannot disclose the exact solution I provided them &#8212; due to non-disclosure agreements in effect &#8212; I can share the proof of concept I built for the spreadsheet. As a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked by the project management of a client to create a check-list in Excel for an initiative they are heading.  While I cannot disclose the exact solution I provided them &#8212; due to non-disclosure agreements in effect &#8212; I can share the proof of concept I built for the spreadsheet.  As a part of my brainstorming about what would be useful in such a spreadsheet, I devised a rather novel progress indicator which updates automatically as tasks are completed.</p>
<p>The proof of concept spreadsheet can be found <a href="http://files.shift8.net/public/%5bshift8%5d_progress_indicator_and_check-list_demo.xls">here</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://sikongroup.com/rentacar/index.htm">rent a car bulgaria</a></font>.   Credit is due to the guys at <a href="http://www.juiceanalytics.com/writing/2006/07/lightweight-data-exploration-in-excel/">Juice Analytics</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://kvantservice.com/">&#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1088;&#1080;</a></font> for pioneering the concept of representing values graphically within a cell.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F09%2Fexcel-progress-indicator-check-list-proof-of-concept%2F';
  addthis_title  = 'Excel+Progress+Indicator+%26%23038%3B+Check-List+Proof+of+Concept';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/09/excel-progress-indicator-check-list-proof-of-concept/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

