R语言版本查询以及line 1 of `undefined.cases': bad value of `47.25' for attribute `A2'的解决
生活随笔
收集整理的這篇文章主要介紹了
R语言版本查询以及line 1 of `undefined.cases': bad value of `47.25' for attribute `A2'的解决
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
環境:
> version_ platform x86_64-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 3 minor 5.1 year 2018 month 07 day 02 svn rev 74947 language R version.string R version 3.5.1 (2018-07-02) nickname Feather Spray?
解決方案如下:
①
RStudio修改鏡像為:清華鏡像
②
命令行
apt-get install gfortran build-essential libxt-dev libcurl4-openssl-dev libxml++2.6-dev libssl-dev
RStudio中
install.packages("devtools")
③
require("devtools")
install_github("topepo/C5.0")
install_github("topepo/Cubist")
Reference:
[1]https://github.com/topepo/C5.0/issues/11
總結
以上是生活随笔為你收集整理的R语言版本查询以及line 1 of `undefined.cases': bad value of `47.25' for attribute `A2'的解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: reached getOption(ma
- 下一篇: sed删除空行,#开头的行,以及第一行