Skip to content
forked from edwindj/ffbase

Basic (statistical) functionality for R package ff - patched for R 4.3.0

Notifications You must be signed in to change notification settings

skysyzygy/ffbase

 
 

Repository files navigation

Build Status version downloads

ffbase

R is an excellent statistical tool. However its important data objects are memory objects: all processing in R takes place in memory.

ff is a R package for working with vectors that are bigger than memory, but lacks at the moment some standard statistical methods. The intention of ffbase is to provide the basic statistical functions for ff objects, so programming with ff will be easier.

To install ffbase from CRAN:

install.packages("ffbase")

To install the latest version from github

library(devtools)
install_github("edwindj/ffbase", subdir="pkg")

See also my presentation on ffbase on UseR 2013

Working on dplyr for ff in ffbase2

About

Basic (statistical) functionality for R package ff - patched for R 4.3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 94.3%
  • C 3.2%
  • TeX 2.0%
  • Other 0.5%