我正在尝试在我的ubuntu 14.04上安装R,在这方面我遇到了很多错误
当我运行r-base-core时,我得到了以下错误,请让我知道我必须做哪些更改才能安装这些损坏的软件包
dev@dev-OptiPlex-780:~$ sudo apt-get install r-base-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that
在我的Debian上运行rstudio时,我得到了以下错误:
rstudio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by rstudio)
我已经卸载和重新安装了很多次R和Rstudio,但是只运行了R,而没有运行Rstudio。我还按照其他帖子中的提议升级了lib6和lib6-dev。
编辑:我使用的是Rstudio的最新版本,因此我认为没有其他版本使用最新版本(GLIBC_2.14除外)--dpkg -l | grep -P '(-| )libc-'的输出
几天前,我从R3.3.3升级到RR3.4.0,使用
./configure --enable-r-shlib
make
sudo make install
dpkg -i rstudio-1.0.143-amd64.deb
在命令行中,R工作得很好:
> R.version
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, li
我在联想z5070上使用Ubuntu16.04.1异种。我正在我的笔记本电脑上安装rstudio。rstudio的存储库地址是:
http://cran.rstudio.com/bin/linux/ubuntu/xenial/
但是当我在sudo apt-get update中使用这个地址时,我遇到了以下问题:
E: Malformed entry 55 in list file /etc/apt/sources.list (Suite)
E: The list of sources could not be read.
因此,为了解决这个问题,我将存储库地址更改为以下地址:
http://c
Error: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
试过:
$ sudo apt-get install libssl1.0.0 libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl1.0.0 is not availab
我正在尝试运行Rstudio。只是不起作用。当我第一次安装它的时候,它上周起了作用,但是现在我需要使用它了,它不起作用了。我已经尝试了5个小时,所以这是我最后的选择。
系统: Kubuntu 16.04 x64
R版本: 3.2.3 x64
Rstudio: RStudio桌面0.99.903 x64
GLIBC: 2.23
运行rstudio --run-diagnostics时的原始错误
Using R script: /usr/bin/R
Attempting to launch R session...
R session launched, attempting to connect
我遵循这关于使用Linux (beta)在Chromebook上安装RStudio的伟大指南。我使用的是2017年三星Chromebook 3 (XE500C13K)。在将/etc/apt/sources.list文件附加到deb https://cran.rstudio.com/bin/linux/debian stretch-cran35后,在运行sudo apt update时会收到以下错误:
E: Malformed entry 3 in list file /etc/apt/sources.list (Component)
E: The list of sources could n
我最近进入了Linux (而且非常喜欢它!)但是我的RStudio运行非常慢,即使没有加载包(只是基本的交互)。
我已经做了常见的故障排除技术,关闭保存.RData和确保图形使用软件作为渲染引擎。
还有其他建议吗?
我的RStudio版本是
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
我的linux版本是(uname -a)
Lin
我在Windows10机器上的Linux子系统上安装了RStudio服务器,但我的浏览器无法连接到http://localhost:8787。当我运行sudo rstudio-server verify-installation时,我得到错误Unable to connect to Upstart。 我知道WSL不支持Upstart或systemd;我如何运行RStudio服务器?
R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"
Copyright (C) 2013 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
我的RStudio不断崩溃,它非常烦人的任何帮助修复它将是非常感谢的。
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
R --version
R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree" Copyright (C)
2015 The R Foundation for Statist
每当我在RStudio中使用reticulate时,默认的REPL都是使用python2.7,但我希望默认使用python3。我已经在环境变量RETICULATE_PYTHON中将python3的python路径添加到我的.bashrc中,当我从命令行使用R和reticulate时,Sys.getenv('RETICUALTE_PYTHON')返回/usr/bin/python3。如果在命令行中使用打开REPL,我会得到正确的路径。如果我在RStudio中执行同样的操作,我会得到一个空字符串。
R
Sys.getenv('RETICULATE_PYTHON')