【问题标题】:Segmentation Fault R markdown on MacOs using Dataspell/PycharmSegmentation Fault R markdown on MacOs using Dataspell/Pycharm
【发布时间】:2022-12-27 14:44:07
【问题描述】:

I've encountered the following Problem while running ggplot2 in a R-markdown cell.

If I run the code as a Cell I get the error but if I knit the whole document to HTML there are no Problems.

Does anyone have an idea what the problem could be ? Im on macOS arm running R4.2.2.

Same problem in Pycharm but on Windows it runs without any problem

library(ggplot2)
ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point()

*** caught segfault *** address 0x0, cause 'invalid permissions'

I tried reinstalling R but it did not help.

Any advice is greatly appreciated.

【问题讨论】:

    标签: r macos pycharm segmentation-fault dataspell


    【解决方案1】:

    Were you able to solve this issue?

    I am Running R 4.2.2 on DataSpell. My script returns the same error " *** caught segfault *** address 0x0, cause 'invalid permissions'"

    When I run the script in RStudio (RStudio 2022.12.0+353" for Mac OS, ARM) I have no issues. At this stage I can only conclude that this is specific to me using DataSpell

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-09
      • 2016-05-31
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多