此版本的 RStudio(v1.3.959 和 v1.4.1717 均不支持)不支持 R 图形引擎版本 14
R graphics engine version 14 is not supported by this version of RStudio (neither v1.3.959 nor v1.4.1717)
将R升级到最新版本后出现如下错误
R graphics engine version 14 is not supported by this version of
RStudio. The Plots tab will be disabled until a newer version of
RStudio is installed.
所以,我在 official instructions here
之后从 v1.3.959 升级到最新的 RStudio v1.4.1717
这没有用,我仍然没有使用我的绘图选项卡。当我 运行 plot(c(1,2,3,4,5,6,7)) 时,它只是将一个空的 4kb pdf 文件打印到当前工作目录而不是预期的:
R、RStudio 和 OS 详细信息:
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 4
minor 1.0
year 2021
month 05
day 18
svn rev 80317
language R
version.string R version 4.1.0 (2021-05-18)
nickname Camp Pontanezen
> RStudio.Version()
$mode
[1] "server"
$version
[1] ‘1.4.1717’
$release_name
[1] "Juliet Rose"
jon@rstudio:~/R$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
...
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
RStudio 论坛中的
实际的答案是等待更多版本的发布。我正在使用最新的 RStudio + R 版本,这不再是问题了。
将R升级到最新版本后出现如下错误
R graphics engine version 14 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
所以,我在 official instructions here
之后从 v1.3.959 升级到最新的 RStudio v1.4.1717这没有用,我仍然没有使用我的绘图选项卡。当我 运行 plot(c(1,2,3,4,5,6,7)) 时,它只是将一个空的 4kb pdf 文件打印到当前工作目录而不是预期的:
R、RStudio 和 OS 详细信息:
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 4
minor 1.0
year 2021
month 05
day 18
svn rev 80317
language R
version.string R version 4.1.0 (2021-05-18)
nickname Camp Pontanezen
> RStudio.Version()
$mode
[1] "server"
$version
[1] ‘1.4.1717’
$release_name
[1] "Juliet Rose"
jon@rstudio:~/R$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
...
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
RStudio 论坛中的
实际的答案是等待更多版本的发布。我正在使用最新的 RStudio + R 版本,这不再是问题了。