安装R包出现rdb is corrupt报错

简介: 安装R包出现rdb is corrupt报错

当安装R包时,出现如下问题的时候

devtools::install_github('satijalab/seurat-data')

Downloading GitHub repo satijalab/seurat-data@HEAD

Error: Failed to install 'SeuratData' from GitHub:61b9eb99/satijalab-seurat-data-0f7a002/DESCRIPTION’ ...

lazy-load database '/home/data/vip38/R/x86_64-pc-linux-gnu-library/4.0/cli/R/cli.rdb' is corrupt

In addition: Warning messages:

1: In (function ()  : restarting interrupted promise evaluation

2: In (function ()  : internal error -3 in R_decompress1


解决方法是重启R,然后再安装R包即可
.rs.restartR()


相关文章
|
2月前
|
Linux
crash命令 —— runq
crash命令 —— runq
|
2月前
|
缓存
crash命令 —— files
crash命令 —— files
|
2月前
crash命令 —— ptov
crash命令 —— ptov
|
2月前
crash命令 —— p
crash命令 —— p
|
2月前
crash命令 —— ptob/btop
crash命令 —— ptob/btop
|
存储 关系型数据库 MySQL
mysql 数据库无法启动(Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint .... and)
数据库机器的CPU和主板都换了,重新开机,发现mysql数据库无法启动!
381 0
|
移动开发
Fastq-dump:我的日常命令
原文地址:Fastq-dump: 一个神奇的软件 - by hoptop 感谢我洲更学长~记录一下看完学长的这篇文章之后对于我自己的fastq-dump使用建议: 默认命令: fastq-dump /path/to/###.
1318 0