Hi All,
I have a package that use RCall and R"script" internally and it worked fine. But when I updated some packages, it starts failing to load the package, showing “RParseError: unicode script is not supported”. I have some Unicode variable names in Julia that been substituted in the R"$unicodename". is there some configurations I missed?
I have Julia 0.6.3 with RCall 0.10.6 on a Windows system.