安装SEGtools以及package ‘xxxx’ is no
2021-12-21 本文已影响0人
余绕
1.下载SEGtools:SEGtool (hust.edu.cn)
2.按照要求安装:
![](https://img.haomeiwen.com/i22929949/b6cb1437a555385e.png)
- 由于R版本比较新,会提示hwriterPlus依赖缺少,这个解决方法如下:
install.packages('https://cran.r-project.org/src/contrib/Archive/hwriterPlus/hwriterPlus_1.0-3.tar.gz', repos=NULL, type='source') #直接提供具体包的地址
install.packages("TeachingDemos")
经验:
对于那种出现 “package ‘hwriterPlus’ is not available (for R version 4.0.2) ”这种报错的情况下,可以尝试利用如下方法解决:
install.packages('pacakge_download_path', repos=NULL, type='source'), 比如这里的:
https://cran.r-project.org/src/contrib/Archive/hwriterPlus/hwriterPlus_1.0-3.tar.gz