RcppFarmHash

Rcpp Interface to Google FarmHash

https://github.com/eddelbuettel/rcppfarmhash

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords

cran farmhash r r-package
Last synced: 11 months ago · JSON representation

Repository

Rcpp Interface to Google FarmHash

Basic Info
  • Host: GitHub
  • Owner: eddelbuettel
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 112 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
cran farmhash r r-package
Created about 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

Rcpp Interface to the Google FarmHash Family of Hash Functions

CI License CRAN Dependencies Downloads Last Commit

Motivation

Google BigQuery uses FarmHash in its FARM_FINGERPRINT function. By using the same underlying FarmHash library, this package allows R users to compute the same hash digest fingerprints.

Example

```r

suppressMessages({ library(RcppFarmHash); library(bit64) }) farmhash(c("foo", "bar", "baz")) integer64 [1] 6150913649986995171 -98778129085727977 3758908700204700005

```

Installation

The package can be installed from CRAN via the usual command

r install.packages("RcppFarmHash")

or, alternatively, also directly from the source repository:

r remotes::install_github("eddelbuettel/rcppfarmhash")

License

This package is licensed under the GNU GPL, Version 2 or later.

FarmHash is licensed under the MIT license.

Author

For the R package, Dirk Eddelbuettel.

For everything pertaining to FarmHash, Geoff Pike and contributors.

Owner

  • Name: Dirk Eddelbuettel
  • Login: eddelbuettel
  • Kind: user
  • Location: Chicago, IL, USA

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Dirk Eddelbuettel e****d@d****g 13
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 8 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • eddelbuettel (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 232 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: RcppFarmHash

Interface to the Google 'FarmHash' Family of Hash Functions

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 232 Last month
Rankings
Stargazers count: 28.5%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 39.7%
Downloads: 75.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • Rcpp >= 1.0.7 imports
  • bit64 * suggests
.github/workflows/ci.yaml actions
  • actions/checkout v3 composite