I got the following error after upgrading R to the latest version
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.
so I upgraded to the lastest RStudio v1.4.1717 from v1.3.959 following the official instructions here
I still do not have use of my Plots tab, when I run plot(c(1,2,3,4,5,6,7))
, it just prints an empty 4kb pdf file to the current working directory instead of the expected:
R, RStudio, and OS Details:
> 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"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal