Jim Hester

Results 415 comments of Jim Hester
trafficstars

It looks like there are a couple of patches at https://github.com/its-pointless/gcc_termux/blob/master/R-patches/rcran-fs-id.cc.patch and https://github.com/its-pointless/gcc_termux/blob/master/R-patches/rcran-fs-Makevars.patch, did you apply those?

I think you could look at what the patches do and then apply the edits manually to the current sources.

This seems to be a bug, if `fail = TRUE` `file_size()` should fail if the file does not exist.

Hmm, I cannot reproduce this, with a SMB mapped network drive from my macOS machine to my windows machine I get the following. ```r fs::path_real("Y:/") #> //192.168.109/jhester ``` Maybe there...

@bjcairs, thank you for working on this, the next time I am working on fs I can see how difficult replicating the js implementation in R would be. Although figuring...

Allowing this would complicate the API for limited benefit`. `file.copy()` not failing when files exist has caused numerous unintentional bugs, avoiding this is one of the reasons the fs package...

On macOS in the terminal Ctrl-C stops the loop regardless of `suspendInterrupts()`, as does the stop button in RStudio. However in R.app it _does_ work, the stop button in greyed...

This is not a general solution for R or something I would recommend those new to the language to use, but https://github.com/jimhester/autoinst when used as an error handler will automatically...

As @nacnudus mentioned the way readr handles this is `na` defaults to `c("", "NA")` and if you remove the empty string `""` they are passed through unchanged.

@Bisaloo you are welcome to look into it anytime if you like! But if it is not addressed by the next tidy-dev-day we wanted to mark it as one people...