RStudio error: bad binding access

RStudio (not my code) is throwing the error "bad binding access" in a loop
I am currently in the latest version on Windows:

RStudio 2023.12.1+402 "Ocean Storm" Release (4da58325ffcff29d157d9264087d4b1ab27f7204, 2024-01-28) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.12.1+402 Chrome/116.0.5845.190 Electron/26.2.4 Safari/537.36

If I debug and step through the code it is fine. If I debug some and then continue to end it can error again.

Because I can't use debug to find the error, I don't even know which code is triggering this. I can provide any diagnostics or test.

I had thought it related to my use of httr but subsequent other modules using httr are fine.

As an update: I have reinstalled R, Rstudio and packages from scratch. Same error.

I have seen a reference to Rinlinedfuns.h which indeed has a line

error("bad binding access");

But for some reason I can't find that file in my installation

Please let me know how to progress this. Github?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.