ffbase icon indicating copy to clipboard operation
ffbase copied to clipboard

Basic (statistical) functionality for R package ff

Results 20 ffbase issues
Sort by recently updated
recently updated
newest added

I'm getting the following error no applicable method for 'rleunpack' applied to an object of class "list" When running the following code ffdfdply( prod_data, split = prod_data$X_UWI_DISPLAY, FUN=function(x){ summaryBy(GAS_CAL_DAY ~...

Hi, I am not familiar with Rcpp so please excuse me if I ask stupid question. I was trying to calculate variance of a variable through binned_sumsq. x is the...

Hi, Ed. How do you start an empty ffdf data.frame on disk and then grow it row by row (or col by col)?

If I import `load.ffdf, save.ffdf` from `ffbase` and use them in the R package I am developing, I got an error saying the function `physical` cannot be found. If I...

I'm running an ffdfdply operation. Something like this... ``` TrainingData

If you try to save a new version of a ffdf to a directory where you already saved it, you get a cryptic error: ``` save.ffdf(df, dir="df") Error in `filename

enhancement

(Thanks to Frank Witmer) The following statement fails in version 0.11.1 ``` S iris_ffdf

bug

This looks very serious. couples is a ffdf which is the result of merging adu with another ffdf, using all.x=TRUE. Thus, all the variables below are the same in couples...

bug

require(ffbase) x

enhancement