Christophe Bousquet
2023-Sep-04 12:05 UTC
[R] Problems with installing R packages from source and running C++ in R, even on fresh R installation
> If you're up to compiling R from source [] and using a symbolic > debugger [**] to step through Rcmd.exe, we could try to do that. > Murphy's law says that the copy of Rcmd.exe you'll build from source > will work well and refuse to reproduce the problem for you to > investigate. (Beyond that, there is binary-level debugging, which I'm > not well versed in.)Dear Ivan, Yes, I would be up for trying, but this week I need to finish some stuff before going on holidays. I will try compiling R from source when I am back from holidays, and ask you if I need assistance. Many thanks again for trying to solve this issue. Best regards, Christophe
Ivan Krylov
2023-Sep-04 15:13 UTC
[R] Problems with installing R packages from source and running C++ in R, even on fresh R installation
? Mon, 04 Sep 2023 12:05:38 +0000 Christophe Bousquet <chr_bousquet at protonmail.com> ?????:> I will try compiling R from source when I am back from holidays, and > ask you if I need assistance.Make sure to compile with DEBUG=1 so that the compiler flags needed to emit debugging information will be enabled. Good luck! -- Best regards, Ivan