笔记本电脑重启后,RStudio无法找到任何包

时间:2015-02-10 10:45:46

标签: r

我的R脚本在Windows 7上的RStudio(版本0.98.1091)中运行良好。然后我重新启动了我的笔记本电脑,再次在RStudio中输入,现在每次我想执行我的代码时它都会提供以下错误消息:

cl <- makeCluster(mc); # build the cluster
Error: could not find function "makeCluster"
> registerDoParallel(cl)
Error: could not find function "registerDoParallel"
> fileIdndexes <- gsub("\\.[^.]*","",basename(SF))
Error in basename(SF) : object 'SF' not found 

每次运行代码时,这些错误消息都略有不同。似乎RStudio找不到代码中使用的任何函数。

我重启了R Session,清理了Workspace,重启了RStudio。什么都没有帮助。

必须注意的是,在多次尝试执行代码之后,它最终被初始化了。但是,在100次迭代之后,它崩溃了与localhost不可用相关的消息。

1 个答案:

答案 0 :(得分:0)

为您正在使用的每个软件包添加library(*the package needed/where the function is*)