R Studio中包的功能不正常

时间:2017-12-01 17:39:39

标签: r shiny shinydashboard shinyapps

我在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

问题是什么,我无法理解,请帮忙,因为对我来说没有任何意义,为什么有些包会立即停止运作。

0 个答案:

没有答案