Lorenzo, the R package does not use the Debian packages you installed,
but uses its own internal version of the C library. (To facilitate
simple installation. Most people don't use the C library, they just
want the R package.)
Check your version with
library(help=igraph)
and it should be less than 0.5.1. Install a new version by typing
install.packages("igraph")
into your R session.
G.
On Thu, Dec 11, 2008 at 11:46 AM, Lorenzo Isella
<address@hidden> wrote:
Date: Wed, 10 Dec 2008 13:29:53 +0100
From: " G?bor Cs?rdi " <address@hidden>
Subject: Re: [igraph] Problem in running example
To: "Help for igraph users" <address@hidden>
Message-ID:
<address@hidden>
Content-Type: text/plain; charset=ISO-8859-1
What is your igraph version? layout.norm is in 0.5.1 for sure, but
maybe not in earlier ones.
G.
Hi Gabor,
As an aside, thanks to both you and Tamas for the replies about a future
wiki/addition of examples.
Back to your question, I am surprised at not finding this layout.norm.
In my repository list (I am running debian testing for the x86 architecture
on my laptop) I have
[...]