bgoodri

Results 256 comments of bgoodri

Yeah, you can write your own code to do the bidiagonal solve. On Mon, Oct 15, 2018 at 4:43 PM ermeel wrote: > There you say > > However, this...

What line in the output starts with `error:` (including the colon). What you posted is just compiler warnings.

Then it should be installed. What is the output of packageVersion("rstanarm") ?

Those aren't compiler errors; they are compiler warnings and basically irrelevant ones. Let the process complete.

@aadler Is it possible to build an R package like rstanarm on Windows with LTO? I am not expecting it to execute any faster but hoping the build process takes...

@jeroen It would be great if LTO worked with the Windows C++ toolchain. Currently, installing **rstanarm** on CRAN under r-release-windows-ix86+x86_64 takes 2135 seconds and the shared object consumes 17.3Mb of...

@jeroen @aadler Is there a known trick to compiling a DLL using LTO with R-testing for Windows? In my ~/.R/Makevars, I have > CC = C:\\rtools40\\mingw64\\bin\\gcc -m$(WIN) CXX = C:\\rtools40\\mingw64\\bin\\g++...

It means the modules didn't get built somehow. On Thu, Oct 8, 2020 at 2:52 PM Jonah Gabry wrote: > I think those warnings are ok to ignore but this...

I am not surprised it does not work, but I don't think anyone has ever tried this. On Mon, May 6, 2019 at 5:47 PM Jonah Gabry wrote: > Thanks...