loading...

{svFast} is useful when you work with very large datasets (millions to billions rows). It parallelizes many math and stat functions for faster computation on those large vectors.

Installation

You can install the development version of svFast from GitHub with:

# install.packages("remotes")
remotes::install_github("SciViews/svFast")

Example

This is a basic example which shows you how to solve a common problem:

library(svFast)
## basic example code

For further instructions, please, refer to the help pages at https://www.sciviews.org/svFast/.

Code of Conduct

Please note that the {svMisc} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.