Re: [R-pkg-devel] Windows load error installing package

2021-06-10 Thread J C Nash
Thanks Dirk: It looks like R_Windows isn't setting any BLAS or LAPACK. Here is the output from sessionInfo() on my Win10 (VirtualBox VM) and Linux Mint 20.1 systems. However, I've not got any idea how to fix this. JN >> sessionInfo() > R version 4.1.0 (2021-05-18) > Platform: x86_64-w64-mingw

Re: [R-pkg-devel] Windows load error installing package

2021-06-10 Thread Dirk Eddelbuettel
On 10 June 2021 at 09:22, J C Nash wrote: | Thanks to help from Duncan Murdoch, we have extracted the nls() functionality to a package nlspkg and are building | an nlsalt package. We can then run nlspkg::AFunction() and nlsalt::AFunction() in a single script to compare. | This works great in Li

[R-pkg-devel] Windows load error installing package

2021-06-10 Thread J C Nash
Hi, I'm mentoring Arkajyoti Bhattacharjee for the Google Summer of Code project "Improvements to nls()". Thanks to help from Duncan Murdoch, we have extracted the nls() functionality to a package nlspkg and are building an nlsalt package. We can then run nlspkg::AFunction() and nlsalt::AFunctio

Re: [R-pkg-devel] Valgrind warning: invalid size of 4, is it due to a simple overrun?

2021-06-10 Thread Tomas Kalibera
On 6/2/21 3:01 AM, Hugh Parsonage wrote: Hello, I received a valgrind warning about my package, hutilscpp, from CRAN (thank you). I believe I've tracked down and fixed the problem, but I wasn't able to reproduce the error on rhub (including with --leak-check=full etc) so I'd like to know if I