Displaying 2 results from an estimated 2 matches for "cbtest".
Did you mean:
c7test
2008 Dec 22
2
... (dotMethods) and cbind/rbind: how to give the signature?
Dear List,
I'm struggling with the signature writing cbind/rbind functions for a S4
class.
First of all, I'm very happy that it is now possible to dispatch on ...
I follow the example for "paste" in ?dotMethods, which works as far as this:
### start example
setClass ("cbtest",
representation = representation (data = "data.frame"),
prototype = prototype (data = data.frame (spc = I (matrix (rnorm
(15) , 3, 5)))
)
)
a <- new ("cbtest")
a
setMethod("cbind2", signature (x = "cbtest", y = &q...
1999 Sep 16
6
DBase File locking issues (PR#20441)
Jim@Morris.net wrote:
> I have finally tracked down the reason I am experiencing problems with
> DBase files on Samba file servers - initially Redhat 6, and now on
> Caldera OpenLinux 2.2 as well.
Great debugging work !
> The DOS client code uses a DBase library called CodeBase to access the
> DBase files. When a record is appended to a file, the underlying C
> code does the