Skip to content

markvanderloo/hashr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published