Re: [Rd] How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?

2024-05-30 Thread peter dalgaard
I asked Tomas. Apparently this works: getNativeSymbolInfo("dotTcl",PACKAGE=getLoadedDLLs()$tcltk) and the tcltk behavior was changed by r84265 | hornik | 2023-04-15 08:44:36 +0200 (Sat, 15 Apr 2023) | 1 line Try forcing symbols in ff calls. Index: library/tcltk/src/init.c

Re: [Rd] [External] Re: Segfault when parsing UTF-8 text with srcrefs

2024-05-30 Thread Tomas Kalibera
On 5/30/24 09:29, Barry Rowlingson wrote: I get an R error and no segfault: > parse(textConnection(text), srcfile = srcfile) Error in parse(textConnection(text), srcfile = srcfile) :   test.r:1:1: unexpected $end 1: ×     ^ This is R 4.3.0, so maybe the bug has been introduced since then...

Re: [Rd] [External] Re: Segfault when parsing UTF-8 text with srcrefs

2024-05-30 Thread Barry Rowlingson
I get an R error and no segfault: > parse(textConnection(text), srcfile = srcfile) Error in parse(textConnection(text), srcfile = srcfile) : test.r:1:1: unexpected $end 1: × ^ This is R 4.3.0, so maybe the bug has been introduced since then... Version and system info: > version