当前位置:网站首页>R安装包出现error in rawtochar(block[seq_len(ns)]) :
R安装包出现error in rawtochar(block[seq_len(ns)]) :
2022-07-30 07:41:00 【qq_45759229】
今天安装包conospanal时的时候出现一个问题
error in rawtochar(block[seq_len(ns)]) :
我首先试的是
install.packages('conosPanel', repos='https://kharchenkolab.github.io/drat/', type='source')
发现安装失败,可能是网络原因
然后我尝试了离线安装,发现出现
install.packages("/Users/xiaokangyu/Desktop/Method_Study/Conos/conosPanel-main.zip",type="source",repos=NULL)
最终发现问题所在在于那个横杠
首先将下载的zip进行解压,然后重命名,然后去掉"-"
然后使用下面的命令
install.packages("./conosPanel/",type="source",repos=NULL)
就安装成功了
边栏推荐
猜你喜欢

SQL row-column conversion

智能存储柜——解决您的存储需求

OA Project Pending Meeting & History Meeting & All Meetings

Charles通过Rewrite越过OPTIONS请求拦截

【sleuth + zipkin 服务链路追踪】

C# uses RestSharp to implement Get, Post requests (2)

看完这100个客户需求,我终于知道企业文档管理的秘密

ipset restore命令维护set,但原已存在的条目未删除掉

Portable small fan PD power chip

Selected as one of the "Top Ten Hard Core Technologies", explaining the technical points of Trusted Confidential Computing (TECC) in detail
随机推荐
【防作弊】Unity防本地调时间作弊
OA Project Pending Meeting & History Meeting & All Meetings
Why does typescript2-typescript add type support to js
typescript4 - installs a toolkit for compiling ts
SQL行列转换
tabindex attribute of input tag & tabindex attribute of a tag
redis的内存淘汰策略
立创EDA——PCB的走线(五)
typescript8 - type annotations
集合相关Collection
SQL注入漏洞(postgresql注入)
typescript2-typescript为什么给js添加类型支持
ES报错处理-mapper [xx.xx] of different type, current_type [text], merged_type [keyword]
42.【vector简单列题】
[Mini Program Column] Summarize the development specifications of uniapp to develop small programs
typescript6-简化运行ts的步骤
SQL的ROUND函数用法及其实例
【小程序专栏】总结uniapp开发小程序的开发规范
最右的一道面试算法题,--特殊基因
leetcode力扣——一篇文章解决多数之和问题