Gábor Csárdi

Results 1559 comments of Gábor Csárdi

I think it would make sense to try to convert to characters, would you like to submit a PR?

No plans currently, but we'll look at this at the next bigger release, probably in a couple of months.

You can try to use `dir_walk()` as a workaround. For the issue, can you try to create a reproducible example? E.g. create a couple of directories with `dir.create()` and then...

cygwin is not a platform that we support out of the box, but if you have a patch I will consider it.

@georgedemmy Thanks! Would you like to submit a PR? (No pressure. :))

An alternative would be a scanner tool that is not active while your package is running in production. That would allow false positives, and the odd cases when you actually...

Yeah, I think the generic "dangerous function linter" could be in `lintr`, probably. It does not find `do.call()`, etc. currently, of course. On a second thought, I like the original...

Btw. this would be also great for `rlang`, and probably other packages as well.

I think this is a good idea, and it also applies to `file_create` and possibly other functions as well.

I cannot reproduce this on centos 8.4, with R 4.1.2 from https://github.com/rstudio/r-builds and fs 1.5.1 currently on CRAN. Do you still have this issue?