我已经审核并完成了所有建议的操作,因为没有运气,我仍然收到此错误。
> library(caret)
Error in get(n, ns) : object 'sigma' not found
Error: package or namespace load failed for ‘caret’
我已经重新安装了R和包,但仍然收到相同的错误。这是我的sessionInfo()
sessionInfo()
R version 3.2.5 (2016-04-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 10586)
locale:
[1] LC_COLLATE=English_United Kingdom.1252
[2] LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_2.1.0 lattice_0.20-33 stringi_1.0-1
loaded via a namespace (and not attached):
[1] Rcpp_0.12.4 codetools_0.2-14 foreach_1.4.3 MASS_7.3-45
[5] grid_3.2.5 plyr_1.8.3 nlme_3.1-127 gtable_0.2.0
[9] magrittr_1.5 scales_0.4.0 reshape2_1.4.1 minqa_1.2.4
[13] nloptr_1.0.4 Matrix_1.2-4 splines_3.2.5 lme4_1.1-12
[17] iterators_1.0.8 tools_3.2.5 stringr_1.0.0 munsell_0.4.3
[21] parallel_3.2.5 colorspace_1.2-6 nnet_7.3-12`
注意:我在完全尝试所有解决方案后发布了这个问题。
答案 0 :(得分:2)
我遇到了同样的问题,所以我就是这样解决的:
我已经从CRAN下载了最旧版本的pbrktest软件包(以某种方式由插入符号使用),这里是链接https://cran.r-project.org/web/packages/pbkrtest/index.html
然后我安装了它,加载了它,之后就有了插入符号。
希望它能帮到你。