<?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 on: Weighted Rich-club Effect: A more appropriate null model for scientific collaboration networks</title>
	<atom:link href="http://toreopsahl.com/2009/05/29/weighted-rich-club-effect-a-more-appropriate-null-model-for-scientific-collaboration-networks/feed/" rel="self" type="application/rss+xml" />
	<link>http://toreopsahl.com/2009/05/29/weighted-rich-club-effect-a-more-appropriate-null-model-for-scientific-collaboration-networks/</link>
	<description>bouncing ideas</description>
	<lastBuildDate>Tue, 24 Aug 2010 19:03:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tore Opsahl</title>
		<link>http://toreopsahl.com/2009/05/29/weighted-rich-club-effect-a-more-appropriate-null-model-for-scientific-collaboration-networks/#comment-1147</link>
		<dc:creator>Tore Opsahl</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?p=1158#comment-1147</guid>
		<description>Samir,

This was due to a problem with the igraph-package. The guys behind that package (Gabor Csardi) have just submitted a new version of their R-package that should solve this issue. As soon as it has been approved by CRAN and disseminated across the servers, you should be able to get it by writing update.packages() in R.

Tore</description>
		<content:encoded><![CDATA[<p>Samir,</p>
<p>This was due to a problem with the igraph-package. The guys behind that package (Gabor Csardi) have just submitted a new version of their R-package that should solve this issue. As soon as it has been approved by CRAN and disseminated across the servers, you should be able to get it by writing update.packages() in R.</p>
<p>Tore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tore Opsahl</title>
		<link>http://toreopsahl.com/2009/05/29/weighted-rich-club-effect-a-more-appropriate-null-model-for-scientific-collaboration-networks/#comment-1142</link>
		<dc:creator>Tore Opsahl</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?p=1158#comment-1142</guid>
		<description>Samir,

Thank you for taking an interest in my work, and tnet. 

tnet requires that igraph is installed as this package does some of these computationally heavy stuff in C++ and tnet is solely written in R. 

Did you install tnet using the install.packages(&quot;tnet&quot;)-command? If so, igraph should have automatiically been installed. Also, try to run update.packages() to see whether an update could sort the packages out. If none of these things work, please contact me offline.

Best,

Tore</description>
		<content:encoded><![CDATA[<p>Samir,</p>
<p>Thank you for taking an interest in my work, and tnet. </p>
<p>tnet requires that igraph is installed as this package does some of these computationally heavy stuff in C++ and tnet is solely written in R. </p>
<p>Did you install tnet using the install.packages(&#8220;tnet&#8221;)-command? If so, igraph should have automatiically been installed. Also, try to run update.packages() to see whether an update could sort the packages out. If none of these things work, please contact me offline.</p>
<p>Best,</p>
<p>Tore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://toreopsahl.com/2009/05/29/weighted-rich-club-effect-a-more-appropriate-null-model-for-scientific-collaboration-networks/#comment-1141</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Mon, 16 Aug 2010 22:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?p=1158#comment-1141</guid>
		<description>Dear Tore,
thank you for the beautiful blog.

I installed R on my pc andI installed the package tnet.
If i compute your code, R give me an error: 
&quot;Loading required package: igraph
Error : .onLoad failed in loadNamespace() for &#039;igraph&#039;, details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared library &#039;C:/Users/ssuweis/Documents/R/win-library/2.11/igraph/libs/igraph.dll&#039;:
LoadLibrary failure:  The specified module could not be found.&quot;

So I installed also the package &quot;igraph&quot; and I tried to load it, but a new error appear:

&quot;Error: package/namespace load failed for &#039;igraph&#039;&quot;

Of course I have set the directory in the folder where I have my &quot;personal library&quot;&#039;, so I cannot understand why I cannot load both tnet and igraph package.

I think it is a trivial problem that occurs to beginners in R like me, andI tried to google the latter error, but I did not find any useful suggestions..If you can help I really appreciate it!

Thanks and best

Samir</description>
		<content:encoded><![CDATA[<p>Dear Tore,<br />
thank you for the beautiful blog.</p>
<p>I installed R on my pc andI installed the package tnet.<br />
If i compute your code, R give me an error:<br />
&#8220;Loading required package: igraph<br />
Error : .onLoad failed in loadNamespace() for &#8216;igraph&#8217;, details:<br />
call: inDL(x, as.logical(local), as.logical(now), &#8230;)<br />
error: unable to load shared library &#8216;C:/Users/ssuweis/Documents/R/win-library/2.11/igraph/libs/igraph.dll&#8217;:<br />
LoadLibrary failure:  The specified module could not be found.&#8221;</p>
<p>So I installed also the package &#8220;igraph&#8221; and I tried to load it, but a new error appear:</p>
<p>&#8220;Error: package/namespace load failed for &#8216;igraph&#8217;&#8221;</p>
<p>Of course I have set the directory in the folder where I have my &#8220;personal library&#8221;&#8216;, so I cannot understand why I cannot load both tnet and igraph package.</p>
<p>I think it is a trivial problem that occurs to beginners in R like me, andI tried to google the latter error, but I did not find any useful suggestions..If you can help I really appreciate it!</p>
<p>Thanks and best</p>
<p>Samir</p>
]]></content:encoded>
	</item>
</channel>
</rss>
