【发布时间】:2020-07-21 21:41:39
【问题描述】:
做完 devtools::check(cran=TRUE) 我收到了这个警告。 我看到其他人说我们不能在 CRAN 上使用“:::”。 那么,如何解决这个问题呢?感谢您的帮助!
> checking dependencies in R code ... NOTE
Unexported object imported by a ':::' call: 'tsfeatures:::scalets'
See the note in ?`:::` about the use of this operator.
【问题讨论】: