A wide variety of tools for general data analysis, wrangling, spelling, statistics, visualizations, package development, and more. All functions have vectorized implementations whenever possible. Exported names are designed to be readable, with longer names possessing short aliases.
FastUtils is registered on CRAN. To install, try the following
install.packages("FastUtils")
For the latest development edition, try the following
library(devtools)
devtools::install_github("Qile0317/FastUtils")
library(FastUtils)
There is a large collection of utility functions to use. Browse the reference manual with help(package = "FastUtils")
to see all functions. Alternatively, check the reference manual online here: https://qile0317.github.io/FastUtils/reference/index.html.
Almost all exported functions and parameters are named with camelCase
, with the exception of those that try to modify or add on to existing functions from other packages with established ecosystems such as testthat
.
Github pull requests from forked branches are more than welcome as it is mostly a solo-project at the moment. For major changes, please open an issue first to discuss what you would like to change. Please also make sure to update tests as appropriate. See CONTRIBUTING.md
for more information.
Qile Yang - qile.yang [at] berkeley.edu