我在我的 R Studio 版本 1.0.153 中安装了以下软件包。
library(bupaR)
library(eventdataR)
library(processmapR)
library(processmonitR)
library(xesreadR)
library(edeaR)
我已经使用这些包好几个月了,但是突然当我从上面的库中执行任何函数时,比如:
sepsis %>%trace_explorer()
patients %>% process_map(), I get the following error:
Error in is_null(nms) : object 'rlang_is_null' not found
问题是什么,我无法理解,请帮忙,因为我没有任何意义,为什么某些包会立即停止运行。