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
[R-pkg-devel] Strange leftovers after check by CRAN
4 messages · Max Turgeon, Tomas Kalibera, Rainer M Krug
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>
From: R-package-devel <r-package-devel-bounces at r-project.org> on behalf of Rainer M Krug <Rainer at krugs.de>
Sent: March 19, 2020 11:21:08 AM
To: R Package Devel
Subject: [R-pkg-devel] Strange leftovers after check by CRAN
Sent: March 19, 2020 11:21:08 AM
To: R Package Devel
Subject: [R-pkg-devel] Strange leftovers after check by CRAN
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
______________________________________________
R-package-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
On 3/19/20 6:03 PM, Max Turgeon wrote:
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
Also the correct name is in R Internals, where the variable is documented. Tomas
Max Turgeon Assistant Professor Department of Statistics Department of Computer Science University of Manitoba maxturgeon.ca<http://maxturgeon.ca>
________________________________
From: R-package-devel <r-package-devel-bounces at r-project.org> on behalf of Rainer M Krug <Rainer at krugs.de>
Sent: March 19, 2020 11:21:08 AM
To: R Package Devel
Subject: [R-pkg-devel] Strange leftovers after check by CRAN
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
______________________________________________
R-package-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
[[alternative HTML version deleted]]
______________________________________________
R-package-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
That?s good to know - thanks. As I am checking with ?as-cran, these were all on anyway. Cheers, Rainer
On 20 Mar 2020, at 10:37, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: On 3/19/20 6:03 PM, Max Turgeon wrote:
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 <https://github.com/wch/r-source/blob/trunk/src/library/tools/R/check.R#L6028>
Also the correct name is in R Internals, where the variable is documented. Tomas
Max Turgeon Assistant Professor Department of Statistics Department of Computer Science University of Manitoba maxturgeon.ca<http://maxturgeon.ca> <http://maxturgeon.ca/>
________________________________
From: R-package-devel <r-package-devel-bounces at r-project.org> <mailto:r-package-devel-bounces at r-project.org> on behalf of Rainer M Krug <Rainer at krugs.de> <mailto:Rainer at krugs.de>
Sent: March 19, 2020 11:21:08 AM
To: R Package Devel
Subject: [R-pkg-devel] Strange leftovers after check by CRAN
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 <mailto:Rainer.Krug at uzh.ch>
Rainer at krugs.de <mailto:Rainer at krugs.de>
Skype: RMkrug
PGP: 0x0F52F982
______________________________________________
R-package-devel at r-project.org <mailto:R-package-devel at r-project.org> mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel <https://stat.ethz.ch/mailman/listinfo/r-package-devel>
[[alternative HTML version deleted]]
______________________________________________
R-package-devel at r-project.org <mailto:R-package-devel at r-project.org> mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel <https://stat.ethz.ch/mailman/listinfo/r-package-devel>
-- 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