Skip to content
Prev 5315 / 12125 Next

[R-pkg-devel] Detritus in temp directory - Note from submission of R package in CRAN

On 16/04/2020 1:11 p.m., David Andres Zamora Avila wrote:
How was the file created?  What the check wants is that you delete it 
when you are finished with it.  You can use the unlink() function to do 
that.

Duncan Murdoch