Skip to content
Prev 5698 / 12125 Next

[R-pkg-devel] NOTE from checking for detritus in the temp directory

Dear All,

I got a NOTE from CRAN:







** checking for detritus in the temp directory ... NOTEFound the following
files/directories:  ?calibre_4.99.6_tmp_lezpx205?
?calibre_4.99.6_tmp_mzjswhrh?  ?calibre_4.99.6_tmp_zc8txrmi?
?calibre_4.99.6_tmp_zw0pp8wj?* DONEStatus: 1 NOTE*
Here is the log file for the CRAN check. (At the bottom, you can find the
above NOTE.)

https://win-builder.r-project.org/incoming_pretest/rQCC_1.20.7_20200702_112950/Debian/00check.log



When I checked my package, there was no detritus in the temp dir. I tested
my package using the command below:

 > rhub::platforms()
 > rhub::check_for_cran(platforms = "debian-clang-devel")
 > rhub::check_for_cran(platforms = "debian-gcc-devel" )
 > rhub::check_for_cran(platforms = "debian-gcc-devel-nold" )
 > rhub::check_for_cran(platforms = "debian-gcc-patched" )
 > rhub::check_for_cran(platforms = "debian-gcc-release" )

As shown below, it says "OK"

https://artifacts.r-hub.io/rQCC_1.20.7.tar.gz-66c588542824483db19cdc9130c715c4/

Please help me if you know how to fix the detritus issue in the temp dir.

Thanks,
CP