I've reproduced on ubuntu and winodws with R3.4.3
When the filepath contains a tilde, the result is NA. But if the file path
is expanded then the function works.
Example:
tools::md5sum("~/.Rprofile") returns NA
tools::md5sum(normalizePath("~/.Rprofile")) returns the proper md5
Perhaps this is e
Dean,
I filed a patch for this in bugzilla yesterday so depending on reception
this should be fixed in devel soon.
Best,
~G
On Fri, Jun 29, 2018, 3:58 AM Dean Attali wrote:
> I've reproduced on ubuntu and winodws with R3.4.3
>
> When the filepath contains a tilde, the result is NA. But if the
Thanks for the report. Fixed in R-devel and R-patched.
Best,
luke
On Thu, 28 Jun 2018, ka...@frankowicz.me wrote:
Hello,
After some fuzz testing I found a problem with Rf_isVector() function in R
3.5.0.
Platform: Ubuntu 16.04
Compiler: Clang-4.0 (from Ubuntu's repository) + ASAN
Crashing