Warning orphaned package: ‘plotly’

I used plotly for R in my package and during devtools::check() in Rstudio a warning appired:

checking package dependencies … WARNING
Requires orphaned package: ‘plotly’

I guess plotly package is still actively developing and I should find error in different place. Am I right?