You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning message:
In grSoftVersion() :
unable to load shared object '/usr/local/lib/R/modules//R_X11.so':
libXt.so.6: cannot open shared object file: No such file or directory
I also wanted to fix maybe the issue with solution I found somewhare - apt-get install -y --no-install-recommends libxt6, but I couldnt find the sudo password to do this in the terminal in Rstudio?
The text was updated successfully, but these errors were encountered:
Irreproducible in the repo against which this was filed:
edd@rob:~$ docker run --rm -ti rocker/r-base:4.2.0 R
R version 4.2.0 (2022-04-22) -- "Vigorous Calisthenics"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()'for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()'for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()'for some demos, 'help()'for on-line help, or
'help.start()'for an HTML browser interface to help.
Type 'q()' to quit R.
>grSoftVersion()
cairo cairoFT pango
"1.16.0""""1.50.6"
libpng jpeg libtiff
"1.6.37""6.2""LIBTIFF, Version 4.3.0">
I got constant warning:
Warning message:
In grSoftVersion() :
unable to load shared object '/usr/local/lib/R/modules//R_X11.so':
libXt.so.6: cannot open shared object file: No such file or directory
I also wanted to fix maybe the issue with solution I found somewhare - apt-get install -y --no-install-recommends libxt6, but I couldnt find the sudo password to do this in the terminal in Rstudio?
The text was updated successfully, but these errors were encountered: