我正在构建一个 R 包,并且不断收到有关“秤”的警告(如下)。我扫描了我的整个代码,但我无法弄清楚问题出在哪里。任何的意见都将会有帮助。谢谢!
> checking dependencies in R code ... WARNING
'::' or ':::' import not declared from: ‘scales’
我的包中有我要导入的包。
Imports:
tibble,
ggplot2,
uwot,
dplyr,
tidyr,
broom,
tidyselect,
ggridges,
Boruta,
parallel
Suggests:
knitr,
rmarkdown,
testthat,
covr