search for: bfork

Displaying 3 results from an estimated 3 matches for "bfork".

Did you mean: fork
2017 Nov 09
3
check does not check that package examples remove tempdir()
I was looking at the CRAN package 'bfork-0.1.2', which exposes the Unix fork() and waitpid() calls at the R code level, and noticed that the help file example for bfork::fork removes R's temporary directory, the value of tempdir(). I think it happens because the forked process shares the value of tempdir() with the parent proces...
2017 Nov 09
0
check does not check that package examples remove tempdir()
...id (e.g. because some other process has cleaned up the ?/tmp? directory). Not sure if there's a plan to make check = TRUE the default though. /Henrik On Wed, Nov 8, 2017 at 4:43 PM, William Dunlap via R-devel <r-devel at r-project.org> wrote: > I was looking at the CRAN package 'bfork-0.1.2', which exposes the Unix > fork() and waitpid() calls at the R code level, and noticed that the help > file example for bfork::fork removes R's temporary directory, the value of > tempdir(). I think it happens because the forked process shares the value > of tempdir() wi...
2017 Nov 09
2
check does not check that package examples remove tempdir()
...eaned up the ?/tmp? > directory). > > Not sure if there's a plan to make check = TRUE the default though. > > /Henrik > > On Wed, Nov 8, 2017 at 4:43 PM, William Dunlap via R-devel > <r-devel at r-project.org> wrote: > > I was looking at the CRAN package 'bfork-0.1.2', which exposes the Unix > > fork() and waitpid() calls at the R code level, and noticed that the help > > file example for bfork::fork removes R's temporary directory, the value > of > > tempdir(). I think it happens because the forked process shares the > v...