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

2020-03-20 Thread Erin Hodgess
Thanks for the explanation! I will re-run everything. Sincerely, Erin On Fri, Mar 20, 2020 at 9:01 AM Tomas Kalibera wrote: > Thanks, so the problem is that your custom build uses GNU libiconv, which > does not support codepage 28605. win_iconv, the one shipped with R, > supports that code

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

2020-03-20 Thread Tomas Kalibera
Thanks, so the problem is that your custom build uses GNU libiconv, which does not support codepage 28605. win_iconv, the one shipped with R, supports that code page. win_iconv is a wrapper for the Windows API. Unless you had a special reason not to, I would just recommend to use win_iconv.

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

2020-03-20 Thread Erin Hodgess
And the example runs just fine on the regular build. Thanks Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Fri, Mar 20, 2020 at 8:03 AM Tomas Kalibera wrote: > Hi Erin, > > when you are building from sources, you can always uncomment the example > in str.Rd. But it would be good first

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

2020-03-20 Thread Erin Hodgess
Here are the results. Looks like enc2native and the iconv settings are different. > #output from custom build > Sys.getlocale() [1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252"

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

2020-03-20 Thread Erin Hodgess
Great idea! Thanks On Fri, Mar 20, 2020 at 8:03 AM Tomas Kalibera wrote: > Hi Erin, > > when you are building from sources, you can always uncomment the example > in str.Rd. But it would be good first to find out why it is failing on your > system/build. > > Please run the example in Rgui of

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

2020-03-20 Thread Tomas Kalibera
Hi Erin, when you are building from sources, you can always uncomment the example in str.Rd. But it would be good first to find out why it is failing on your system/build. Please run the example in Rgui of the official R 3.6.3 build on your machine. Does it work there? Please run the

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

2020-03-20 Thread Erin Hodgess
I was wondering if there is a way to either skip the utilities check and continuing, in order to test the other packages, please. Thanks! On Fri, Mar 20, 2020 at 5:01 AM Martin Maechler wrote: > > Erin Hodgesson Thu, 19 Mar 2020 22:44:39 -0600 writes: > > > Hi Tomas and others: >

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

2020-03-20 Thread Rainer M Krug
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 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

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

2020-03-20 Thread Martin Maechler
> Erin Hodgesson Thu, 19 Mar 2020 22:44:39 -0600 writes: > 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

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

2020-03-20 Thread Tomas Kalibera
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,