[datatable-help] cedta decided 'igraph' wasn't data.table aware

Sam Steingold sds at gnu.org
Tue Apr 23 23:55:58 CEST 2013


Hi, what does this mean?

--8<---------------cut here---------------start------------->8---
> graph <- graph.data.frame(merged[!v,], vertices=ve, directed=FALSE)
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't data.table aware
--8<---------------cut here---------------end--------------->8---

`merged' and `ve' are `data.table' objects, and thus `data.frame' objects too.
the igraph function graph.data.frame accepts data.frame.
other than the messages (controlled by datatable.verbose), the code
appears to work.

Bill Dunlap kindly explained that
>> cedta ("Calling Environment is Data.Table Aware")
>> is a private function in package:data.table

could you please offer more detail?
what doe the message mean?

Thanks.

-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.10 (quantal) X 11.0.11300000
http://www.childpsy.net/ http://www.memritv.org http://memri.org http://ffii.org
http://think-israel.org http://palestinefacts.org http://truepeace.org
Perl: all stupidities of UNIX in one.


More information about the datatable-help mailing list