Gábor Csárdi

Results 2061 comments of Gábor Csárdi

What exactly is the error that you see? What is ``` R.Version()$platform ``` in your R build?

Try replacing `config.sub` with the new one at https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

fs does pass `...` down to `grep()`, e.g. `fixed` is passed: ```r ❯ dir_ls(regexp = ".", fixed = TRUE) LICENSE.md MAINTENANCE.md NEWS.md R-4.1.2-1-1.x86_64.rpm README.Rmd README.md _pkgdown.yml codecov.yml cran-comments.md fs.Rproj ❯...

I don't have termux, does libuv compile on termux? I can consider patches to make fs compile on termux.

Yeah, please do that. Thanks!

pthread is lacking on Termux, see here: https://github.com/r-lib/cli/issues/358#issuecomment-932428057 and the comments below.

Because libpthread is missing some functions on termux, that are provided by libbthread. Maybe this is why `uv__pthread_sigmask` is missing for you. But it is just a guess, I don't...

There is a chance that R 4.2.0 fixes this, if you need a workaround now.

Are you interested in submitting a PR?

Well, I guess, especially if you create a PR. :) But you can also just use `$set()`, maybe?