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
Repository
Rcpp Interface to Google FarmHash
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Rcpp Interface to the Google FarmHash Family of Hash Functions
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
- Website: https://dirk.eddelbuettel.com
- Twitter: eddelbuettel
- Repositories: 512
- Profile: https://github.com/eddelbuettel
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | 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
- Homepage: https://github.com/eddelbuettel/rcppfarmhash/
- Documentation: http://cran.r-project.org/web/packages/RcppFarmHash/RcppFarmHash.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.0.3
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- Rcpp >= 1.0.7 imports
- bit64 * suggests
- actions/checkout v3 composite