【发布时间】:2020-03-19 01:22:17
【问题描述】:
当我从 lifecycle 包运行 deprecate_stop 时,我在结果消息中收到了不需要的 NA:
library(lifecycle)
deprecate_stop("2.0.0", "foo()")
#> Error: `foo()` was deprecated in <NA> 2.0.0 and is now defunct.
如何删除该 NA?阅读?deprecate_stop后我不清楚。
【问题讨论】: