Caret package not available for version 3.4.2

冷暖自知 提交于 2019-12-13 04:33:10

问题


I'm trying to install the caret package on R, yet I get an error message saying that package ‘caret’ is not available (for R version 3.4.2). Is there any way around this?


回答1:


R CMD build (via r-devel) added the higher requirement of 3.5.0 with this message:

Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: caret/inst/models/models.RData



来源:https://stackoverflow.com/questions/55383673/caret-package-not-available-for-version-3-4-2

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!