<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Data Sorcery with Clojure</title>
	<atom:link href="http://data-sorcery.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://data-sorcery.org</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 13:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Introduction to Incanter by liebke</title>
		<link>http://data-sorcery.org/2009/05/31/introduction-to-incanter/#comment-1545</link>
		<dc:creator><![CDATA[liebke]]></dc:creator>
		<pubDate>Sat, 05 May 2012 13:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=11#comment-1545</guid>
		<description><![CDATA[Thanks, I have updated the link.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I have updated the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Incanter by Tom McGahagan</title>
		<link>http://data-sorcery.org/2009/05/31/introduction-to-incanter/#comment-1544</link>
		<dc:creator><![CDATA[Tom McGahagan]]></dc:creator>
		<pubDate>Sat, 05 May 2012 12:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=11#comment-1544</guid>
		<description><![CDATA[Note that the link to Ihaka&#039;s paper &quot;Back to the Future&quot; is to pages no longer available at Google Books. The paper is available on Ihaka&#039;s home page.]]></description>
		<content:encoded><![CDATA[<p>Note that the link to Ihaka&#8217;s paper &#8220;Back to the Future&#8221; is to pages no longer available at Google Books. The paper is available on Ihaka&#8217;s home page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading and writing Excel (xls) files with Incanter by Greg Dorrell</title>
		<link>http://data-sorcery.org/2010/05/31/xls-files/#comment-1413</link>
		<dc:creator><![CDATA[Greg Dorrell]]></dc:creator>
		<pubDate>Sat, 31 Dec 2011 05:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://data-sorcery.org/?p=1720#comment-1413</guid>
		<description><![CDATA[Very cool. Lack of formula support is understandable. 

I imagine, if you need to import formula cells you could always put together a VB script to get Excel to convert the XLS to a CSV - you&#039;d have to break out of Clojure/JVM though. Could probably be done a little more nicely with OpenOffice, but the formulas compatibility is lacking.

Incanter is very nice, I won&#039;t be using gnuplot much anymore...]]></description>
		<content:encoded><![CDATA[<p>Very cool. Lack of formula support is understandable. </p>
<p>I imagine, if you need to import formula cells you could always put together a VB script to get Excel to convert the XLS to a CSV &#8211; you&#8217;d have to break out of Clojure/JVM though. Could probably be done a little more nicely with OpenOffice, but the formulas compatibility is lacking.</p>
<p>Incanter is very nice, I won&#8217;t be using gnuplot much anymore&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading and writing Excel (xls) files with Incanter by Richard wofford</title>
		<link>http://data-sorcery.org/2010/05/31/xls-files/#comment-1410</link>
		<dc:creator><![CDATA[Richard wofford]]></dc:creator>
		<pubDate>Fri, 30 Dec 2011 01:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://data-sorcery.org/?p=1720#comment-1410</guid>
		<description><![CDATA[Looks like you just left out the second &quot;n&quot; in &quot;incanter&quot;]]></description>
		<content:encoded><![CDATA[<p>Looks like you just left out the second &#8220;n&#8221; in &#8220;incanter&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Incanter applications with Leiningen by Steven</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-1256</link>
		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 22:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-1256</guid>
		<description><![CDATA[This worked for me almost on the first try.  Thanks!   Looks lein has change a minor detail.  I had to change the aot class to include &quot;.core&quot; instead of just the class name (notice the last line in the below project.clj)

[~/clojure/hello]$ cat project.clj
(defproject hello &quot;1.0.0-SNAPSHOT&quot;
  :description &quot;FIXME: write description&quot;
  :dependencies [[org.clojure/clojure &quot;1.2.1&quot;]
                 [incanter &quot;1.2.3-SNAPSHOT&quot;]]
  :main hello.core)]]></description>
		<content:encoded><![CDATA[<p>This worked for me almost on the first try.  Thanks!   Looks lein has change a minor detail.  I had to change the aot class to include &#8220;.core&#8221; instead of just the class name (notice the last line in the below project.clj)</p>
<p>[~/clojure/hello]$ cat project.clj<br />
(defproject hello &#8220;1.0.0-SNAPSHOT&#8221;<br />
  :description &#8220;FIXME: write description&#8221;<br />
  :dependencies [[org.clojure/clojure "1.2.1"]<br />
                 [incanter "1.2.3-SNAPSHOT"]]<br />
  :main hello.core)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Illustrated guide to multi-core parallelism in Clojure by Jon Anthony</title>
		<link>http://data-sorcery.org/2010/10/23/clojureconj/#comment-1246</link>
		<dc:creator><![CDATA[Jon Anthony]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 17:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://data-sorcery.org/?p=1801#comment-1246</guid>
		<description><![CDATA[Hi, it doesn&#039;t seem that you published your clojure.par yet in your above mentioned repo.  Any info / news on that?  Now that jdk1.7 is out, it would be great to start investigating this in earnest!

Thanks!

/Jon]]></description>
		<content:encoded><![CDATA[<p>Hi, it doesn&#8217;t seem that you published your clojure.par yet in your above mentioned repo.  Any info / news on that?  Now that jdk1.7 is out, it would be great to start investigating this in earnest!</p>
<p>Thanks!</p>
<p>/Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading and writing Excel (xls) files with Incanter by ang hwon</title>
		<link>http://data-sorcery.org/2010/05/31/xls-files/#comment-1222</link>
		<dc:creator><![CDATA[ang hwon]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 19:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://data-sorcery.org/?p=1720#comment-1222</guid>
		<description><![CDATA[hi...sorry but I&#039;ve tried run the example and I get this:

Exception in thread &quot;main&quot; java.lang.IllegalArgumentException: No value supplied for key: true (core.clj:1)

I think error is in (use &#039;(incater core charts excel))
I&#039;ve tried using (:use incater core charts excel)

and I get lein run
Exception in thread &quot;main&quot; java.io.FileNotFoundException: Could not locate incater__init.class or incater.clj on classpath:  (core.clj:1)

thanks!!]]></description>
		<content:encoded><![CDATA[<p>hi&#8230;sorry but I&#8217;ve tried run the example and I get this:</p>
<p>Exception in thread &#8220;main&#8221; java.lang.IllegalArgumentException: No value supplied for key: true (core.clj:1)</p>
<p>I think error is in (use &#8216;(incater core charts excel))<br />
I&#8217;ve tried using (:use incater core charts excel)</p>
<p>and I get lein run<br />
Exception in thread &#8220;main&#8221; java.io.FileNotFoundException: Could not locate incater__init.class or incater.clj on classpath:  (core.clj:1)</p>
<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fitting non-linear models by Dan</title>
		<link>http://data-sorcery.org/2009/06/06/fitting-non-linear-models/#comment-1220</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Sun, 07 Aug 2011 09:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=110#comment-1220</guid>
		<description><![CDATA[First of all I&#039;m really fascinated by the possibility to do statistical work in Clojure/Lisp.

As I understand - maybe I am mistaken -, there is currently no function in Incanter for NLP optimiziation with (possibly) non-linear constraints. Is addition of such an algorithm planned ?]]></description>
		<content:encoded><![CDATA[<p>First of all I&#8217;m really fascinated by the possibility to do statistical work in Clojure/Lisp.</p>
<p>As I understand &#8211; maybe I am mistaken -, there is currently no function in Incanter for NLP optimiziation with (possibly) non-linear constraints. Is addition of such an algorithm planned ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding LaTeX equations to Incanter charts by Szymon Witamborski</title>
		<link>http://data-sorcery.org/2010/04/14/latex/#comment-1181</link>
		<dc:creator><![CDATA[Szymon Witamborski]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 08:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://data-sorcery.org/?p=1637#comment-1181</guid>
		<description><![CDATA[I am grateful for latex support :)

Actually to use &quot;save&quot; function on latex equation I had to (use &#039;(incanter io)). Otherwise I had &quot;java.lang.IllegalArgumentException: No method in multimethod &#039;save&#039; for dispatch value: class java.awt.image.BufferedImage&quot;.]]></description>
		<content:encoded><![CDATA[<p>I am grateful for latex support :)</p>
<p>Actually to use &#8220;save&#8221; function on latex equation I had to (use &#8216;(incanter io)). Otherwise I had &#8220;java.lang.IllegalArgumentException: No method in multimethod &#8216;save&#8217; for dispatch value: class java.awt.image.BufferedImage&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving Incanter charts as PDF documents by eugu</title>
		<link>http://data-sorcery.org/2010/02/05/pdf-charts/#comment-1135</link>
		<dc:creator><![CDATA[eugu]]></dc:creator>
		<pubDate>Mon, 28 Mar 2011 14:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://data-sorcery.org/?p=1416#comment-1135</guid>
		<description><![CDATA[Hi, 
Thanks for the great tool!
I wonder  if it would  be more convenient for &lt;em&gt;save&lt;/em&gt; to infer  output format out of file extension.
i.e. 
&lt;code&gt;
(save  (function-plot sin -4 4)  &quot;./pdf-chart.pdf&quot;))
&lt;/code&gt; generates pdf and
&lt;code&gt;
(save  (function-plot sin -4 4)  &quot;./png-chart.png&quot;))
&lt;/code&gt; generates png
I&#039;ve probably seen this approach implemented  in some ruby lib (don&#039;t remember exactly which).]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the great tool!<br />
I wonder  if it would  be more convenient for <em>save</em> to infer  output format out of file extension.<br />
i.e.<br />
<code><br />
(save  (function-plot sin -4 4)  "./pdf-chart.pdf"))<br />
</code> generates pdf and<br />
<code><br />
(save  (function-plot sin -4 4)  "./png-chart.png"))<br />
</code> generates png<br />
I&#8217;ve probably seen this approach implemented  in some ruby lib (don&#8217;t remember exactly which).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

