SkillAgentSearch skills...

Hashr

Quicly compute hash values for R objects

Install / Use

/learn @markvanderloo/Hashr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated5mo ago
Forks3

Languages

C

Security Score

67/100

Audited on Oct 24, 2025

No findings