Gábor Csárdi

Results 2338 comments of Gábor Csárdi

This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub...

That seems like a bug in the bigmemory package to me, it is trying to link to the uuid package, but you cannot link to another R package like that....

This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub...

This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub...

Yes, `ps::ps_disk_partitions()` will tell you the type of the file system, if that's all you need.

I don't know of a way from R. You need to call `statfs(2)` on Unix, IDK on Windows.

`ps_fs_info()` will now return file system information for one or more paths: https://github.com/r-lib/ps/pull/165 It finds the file system of the input files/directories automatically. In Docker it is not very exciting:...

In general you have to be prepared that these calls might fail. Of course this is true in general, but even more true for functions in ps. E.g. some barebone...

IDK for sure, but `mtab` only appears once in the ps source code, so I guess it is an error here: https://github.com/r-lib/ps/blob/1e8305b0f5194d40f7bb854d2d5dde14dcca809b/src/api-linux.c#L1603