Skip to content

Commit 463158c

Browse files
committed
Move plotly from Imports to Suggests
to prevent: ❯ checking dependencies in R code ... NOTE Namespace in Imports field not imported from: 'plotly' All declared Imports should be used.
1 parent 1454061 commit 463158c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Imports:
3737
tibble,
3838
tidyr,
3939
wordcloud2,
40-
xml2,
41-
plotly
40+
xml2
4241
Suggests:
4342
covr,
4443
knitr,
44+
plotly,
4545
rmarkdown
4646
Remotes:
4747
github::kwb-r/kwb.file,

0 commit comments

Comments
 (0)