{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.
You can install the development version of svFast from GitHub with:
# install.packages("remotes")
remotes::install_github("SciViews/svFast")
This is a basic example which shows you how to solve a common problem:
For further instructions, please, refer to the help pages at https://www.sciviews.org/svFast/.
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.