search for: my_big_matrix

Displaying 1 result from an estimated 1 matches for "my_big_matrix".

2010 May 27
0
bigmemory unable to find an inherited method
...the following methods: > showMethods("attach.resource") Function: attach.resource (package bigmemory) obj="big.matrix.descriptor" obj="character" I am trying to call the second version of the method with "character" signature. > attach.resource('my_big_matrix.desc') Error in function (classes, fdef, mtable) : unable to find an inherited method for function "attach.resource", for signature "list" I would expect this to dispatch correctly as the class of the argument is correct: > class('my_big_matrix.desc') [1] &qu...