Skip to content

[R-pkg-devel] Strange leftovers after check by CRAN

4 messages · Max Turgeon, Tomas Kalibera, Rainer M Krug

#
Hi

My package dmdScheme gets always one note after submission to CRAN:


...
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
  ?calibre_4.99.4_tmp_8yyefjbo? ?calibre_4.99.4_tmp_ft15_af5?
  ?calibre_4.99.4_tmp_jy4e07d6? ?calibre_4.99.4_tmp_oxx_azo2?
  ?runtime-hornik?
* DONE

These leftovers are only reported from CRAN, and locally everything is fine. Uwe recommended to set the environmental variable 

R_CHECK_THINGS_IN_CHECK_DIR_=true

But this does not change anything, I get the report back

...
* checking for detritus in the temp directory ... OK
* DONE

Any suggestions how I can track down the where these are coming from? Each time my package has to go through a manual check at CRAN?

Thanks,

Rainer


--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Orcid ID: 0000-0002-7490-0066

Department of Evolutionary Biology and Environmental Studies
University of Z?rich
Office Y34-J-74
Winterthurerstrasse 190
8075 Z?rich
Switzerland

Office:	+41 (0)44 635 47 64
Cell:       	+41 (0)78 630 66 57
email:      Rainer.Krug at uzh.ch
		Rainer at krugs.de
Skype:     RMkrug

PGP: 0x0F52F982
#
Is there perhaps a typo in the environment variable name? This line suggests there should be an underscore at the beginning too:

https://github.com/wch/r-source/blob/trunk/src/library/tools/R/check.R#L6028


Max Turgeon
Assistant Professor
Department of Statistics
Department of Computer Science
University of Manitoba
maxturgeon.ca<http://maxturgeon.ca>
#
On 3/19/20 6:03 PM, Max Turgeon wrote:
Also the correct name is in R Internals, where the variable is documented.

Tomas

  
  
#
That?s good to know - thanks.

As I am checking with ?as-cran, these were all on anyway.

Cheers,

Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Orcid ID: 0000-0002-7490-0066

Department of Evolutionary Biology and Environmental Studies
University of Z?rich
Office Y34-J-74
Winterthurerstrasse 190
8075 Z?rich
Switzerland

Office:	+41 (0)44 635 47 64
Cell:       	+41 (0)78 630 66 57
email:      Rainer.Krug at uzh.ch
		Rainer at krugs.de
Skype:     RMkrug

PGP: 0x0F52F982