search for: hammil

Displaying 2 results from an estimated 2 matches for "hammil".

Did you mean: hammel
2019 Apr 15
2
Feature request: make file.exists interruptable
Hi R developers, On slow file systems with large lists of files, file.exists can take a long time to run. It would be nice if users could interrupt this function. I think it would be simple to add: https://svn.r-project.org/R/trunk/src/main/platform.c, at line 1373, add "R_CheckUserInterrupt();" perhaps every some number of iterations if performance is a concern here. Thanks, Chris
2019 Apr 16
0
Feature request: make file.exists interruptable
The place for feature requests is bugs.r-project.org . On 15/04/2019 18:44, Christopher Hammill wrote: > Hi R developers, > > On slow file systems with large lists of files, file.exists can take a long time to run. It would be nice if users could interrupt this function. I think it would be simple to add: > > https://svn.r-project.org/R/trunk/src/main/platform.c, > >...