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

2020-03-21 Thread Erin Hodgess
Finally figured it out...I was having "path problems"! I'm all set here. Thanks so much for your help Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Sat, Mar 21, 2020 at 10:29 AM Tomas Kalibera wrote: > Maybe the created Riconv.dll is copied over by libiconv at some po

Re: [R-pkg-devel] Overriding + operator in a package

2020-03-21 Thread Duncan Murdoch
On 21/03/2020 3:03 p.m., Emanuele Cordano wrote: Dear list, I just released on my Github account the following R package: https://github.com/ecor/stringplus containing an override of '+' arithmetic operator in order to sum two strings as follows: ``` library(stringplus) subject <- "Susan"

[R-pkg-devel] Overriding + operator in a package

2020-03-21 Thread Emanuele Cordano
Dear list, I just released on my Github account the following R package: https://github.com/ecor/stringplus containing an override of '+' arithmetic operator in order to sum two strings as follows: ``` library(stringplus) subject <- "Susan" verb <- "is eating" object <- "an apple"

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

2020-03-21 Thread Erin Hodgess
Thanks! I searched the output for Riconv but no luck yet. On Sat, Mar 21, 2020 at 10:29 AM Tomas Kalibera wrote: > Maybe the created Riconv.dll is copied over by libiconv at some point > during your custom build. > > Tomas > > On 3/21/20 3:58 PM, Erin Hodgess wrote: > > Hello again. > > So I'

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

2020-03-21 Thread Tomas Kalibera
Maybe the created Riconv.dll is copied over by libiconv at some point during your custom build. Tomas On 3/21/20 3:58 PM, Erin Hodgess wrote: > Hello again. > > So I'm trying to find the place where the GNU iconv comes from.  > However, I looked at output from both the regular build and the >

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

2020-03-21 Thread Erin Hodgess
Hello again. So I'm trying to find the place where the GNU iconv comes from. However, I looked at output from both the regular build and the custom, and I'm not seeing any differences in how win_iconv is generated. Any suggestions, please? Custom: c:/Rtools/mingw_64/bin/ar crs libtz.a localtime