filehash icon indicating copy to clipboard operation
filehash copied to clipboard

The 'filehash' package for R

Results 6 filehash issues
Sort by recently updated
recently updated
newest added

Hi, I'm working on the Debian package r-cran-filehash. The old version 2.4-1 was failing its test (as you can see [here](https://ci.debian.net/data/autopkgtest/unstable/amd64/r/r-cran-filehash/2546240/log.gz) at the end of the log) and the freshly...

@richfitz' [`storr`](https://github.com/richfitz/storr) package is a key-value store that supports a variety of backends. I think it may deserve a mention in the `filehash` vignette.

On CRAN, the latest version is 2.4-1 but the latest version here is 2.3.

`dbFetch` conflicts with the generic `dbFetch` in DBI. For example, try this (or the same in reverse order): library(filehash) library(RSQLite) Perhaps DBI could be imported and filehash's `dbFetch` made a...

Dear Roger, I am trying to `dbInsert` a large .txt file as a data frame using the `read_fwf` function from the `readr` package. The file comes from OECD's [PISA 2012](https://pisa2012.acer.edu.au/downloads/INT_STU12_DEC03.zip)...