Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.