Re: [R-pkg-devel] Errors in make check in Windows 10 with OpenBLAS

2020-03-19 Thread Erin Hodgess
Hi Tomas and others: Here is the session Info. I also used the str example both without and with changing the locale. sI <- sessionInfo() > str(sI) List of 10 $ R.version :List of 14 ..$ platform : chr "x86_64-w64-mingw32" ..$ arch : chr "x86_64" ..$ os: chr "mi

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

2020-03-19 Thread Rainer M Krug
> On 19 Mar 2020, at 17:45, Kevin Ushey wrote: > > FWIW if I search for calibre_4.99.4 I see that it's a package on the > Debian repositories (a packaged copy of https://calibre-ebook.com/ it > seems?) so it seems like something is intentionally or unintentionally > trying to download and us

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

2020-03-19 Thread Max Turgeon
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 U

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

2020-03-19 Thread 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’ ‘

Re: [R-pkg-devel] Errors in make check in Windows 10 with OpenBLAS

2020-03-19 Thread Tomas Kalibera
Hi Erin, this comes from examples in ?str. Could you please try to find a minimal example to reproduce on your system based on that? I would look for "line needs" in ?str and experiment with reducing the example there while still getting the error. Once it is minimal, could you please try als

[R-pkg-devel] Errors in make check in Windows 10 with OpenBLAS

2020-03-19 Thread Erin Hodgess
Hello everyone: I have built the latest version of the OpenBLAS on my Windows 10 machine. When I run make distribution in R, everything is fine. However, when I run make check all, I get the following error: C:\newtimeR\R-3.6.3\src\gnuwin32>make check-all Testing examples for package 'base' Tes