In general, this problem is often caused by having import(somepackage)
in the namespace as well as importFrom(somepackage, somefunction)
.
Equivalently, using roxgyen2
, having both #' @import somepackage
and #' @importFrom somepackage somefunction
.
The best practice solution is to remove the import
statement ans keep only importFrom
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…