markvanderloo / hashr

Quicly compute hash values for R objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status CRAN version status RStudio CRAN Downloads

hashr

Quicly compute hash values for R objects

Installation

From R:

install.packages("hashr")

The latest beta-versions are available through my drat repository.

# if you don't have drat:
install.packages('drat')

# to install from my drat repo:
drat::addRepo("markvanderloo")
install.packages("hashr")

If you are in for some excitement you can build the development version by cloning this github page. In a bash command shell do:

git clone https://github.com/markvanderloo/hashr.git
cd hashr
./build.bash
R CMD INSTALL output/hashr*.tar.gz

About

Quicly compute hash values for R objects


Languages

Language:C 58.5%Language:R 34.4%Language:Makefile 5.0%Language:Shell 2.1%