Tomas Kalibera

Results 18 comments of Tomas Kalibera

And I agree it would be nicer to print such a message, but not require gcc unconditionally.

In principle this would be possible to a certain level, some of that is available already but only internally and requires recompilation and I use it for debugging of the...

In principle this doesn't have to be a protection issue. It can be also a race condition between the finalizer and something else in the involved packages. When trying to...

Thanks, that's good to know this makes the bug go away, but we can't add this work-around to base R when we don't know what is the underlying issue (or...

I've extended the libvips plugin slightly and adapted several MXE packages to build for Windwos/aarch64 using llvm-mingw. I've also added a plugin for building native LLVM compilers. I've included flang-new....

A bit orthogonal, if this works fine for you, it might be worth generating the .def file automatically - so that when someone adds a new model, the .def file...

Hmm, sorry, lets separate the two things. I've updated the pull request to just fix linking on Windows to export only selected symbols. I've removed my attempt to fix the...

> The PR seems to fail to load rstanarm with the message: > > ``` > Error: package or namespace load failed for ‘rstanarm’ in .doLoadActions(where, attach): > error in...

Updated Rtools with pkg-config are already available at https://cran.r-project.org/bin/windows/Rtools/rtools43/rtools.html Depending on which `make` your github actions use, you however may have to create a `pkg-config.bat` wrapper - more in https://cran.r-project.org/bin/windows/base/howto-R-devel.html,...