Re: [R-SIG-Mac] Debug Rcpp with lldb: variables not available

2020-06-12 Thread Constantin Ahlmann-Eltze via R-SIG-Mac
Hi inf0phile, you can just run the command generated by devtools (including the step that generates the package.so file) manually on the command line in the src folder. Just remember to replace -g O2 with -g O0, then you get the unoptimized shared object that shouldn't make any problems in debugge

Re: [R-SIG-Mac] R devel == 4.0.0?

2020-03-25 Thread Constantin Ahlmann-Eltze via R-SIG-Mac
as you can see from the log the regression tests failed for R-devel, > so it doesn't currently build. You'll have to wait until that has been > fixed. > > Cheers, > Simon > > > > > On 26/03/2020, at 4:17 AM, Constantin Ahlmann-Eltze via R-SIG-Mac < > r-

[R-SIG-Mac] R devel == 4.0.0?

2020-03-25 Thread Constantin Ahlmann-Eltze via R-SIG-Mac
Hi, I wanted to install R 4.0.0 on my Mac (Mojave) to test some of my packages with the development version before it is released. I saw that https://mac.r-project.org/ is recommended to get a pkg or tar.gz file with the latest version. However, the R-devel version linked there points to 3.6.3.