Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/80.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
更新版本的rlang_R - Fatal编程技术网

更新版本的rlang

更新版本的rlang,r,R,我尝试运行这个命令 text_cleaning_tokens <- data %>% tidytext::unnest_tokens(word, text) text\u cleaning\u令牌% tidytext::unnest_标记(单词、文本) 但我收到了这个错误: Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace ‘rlang’

我尝试运行这个命令

text_cleaning_tokens <- data %>% 
     tidytext::unnest_tokens(word, text)
text\u cleaning\u令牌%
tidytext::unnest_标记(单词、文本)
但我收到了这个错误:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace ‘rlang’ 0.4.2 is already loaded, but >= 0.4.10 is required
In addition: Warning messages:
1: In if (!isNamespace(ns)) stop("not a namespace") else if (!base.OK &&  :
  closing unused connection 8 (<-user:11389)
2: In if (!isNamespace(ns)) stop("not a namespace") else if (!base.OK &&  :
  closing unused connection 7 (<-user:11389)
3: In if (!isNamespace(ns)) stop("not a namespace") else if (!base.OK &&  :
  closing unused connection 6 (<-user:11389)
4: In if (!isNamespace(ns)) stop("not a namespace") else if (!base.OK &&  :
  closing unused connection 5 (<-user:11389)
5: In if (!isNamespace(ns)) stop("not a namespace") else if (!base.OK &&  :
  closing unused connection 4 (<-user:11389)
6: In if (!isNamespace(ns)) stop("not a namespace") else if (!base.OK &&  :
  closing unused connection 3 (<-user:11389)
loadNamespace(i,c(lib.loc,.libpath()),versionCheck=vI[[i]])中的错误: 命名空间“rlang”0.4.2已加载,但需要>=0.4.10 此外:警告信息: 1:在if(!isNamespace(ns))中停止(“不是命名空间”),否则如果(!base.OK&&:
关闭未使用的连接8(重新启动R,然后在加载任何其他软件包之前,运行
install.packages(“rlang”)