1 toInteger <- function(x, condition)
5 {x = as.integer(x)[1]},
6 error = function(e) paste("cannot convert argument",substitute(x),"to integer")
9 stop(paste("argument",substitute(x),"does not verify condition",body(condition)))
13 #TODO: merge these 2 next ?!
14 serialize = function(coeffs)
17 #C function (from data.frame, type of IDs ??! force integers ? [yes])
20 appendBinary = function(.......)
22 #take raw vector, append it (binary mode) to a file
25 #finalizeSerialization = function(...)
27 # #write number of series, and length of each...
30 deserialize = function(coeffs, range)
33 #C function (from file name)
36 getSeries(data, rank=NULL, id=NULL)
41 getCoeffs(.....) #FROM BINARY FILE !!!