Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 803 Bytes

caTools

Build Status CRAN_Status_Badge CRAN_Downloads

This package contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off error free sum and cumsum, etc.

Installation

Once this is on CRAN:

install.packages("caTools")

Or the development version from GitHub:

# install.packages("devtools")
devtools::install_github("spluque/caTools")