XD-DENG / ECharts2Shiny

To insert interactive charts from ECharts into R Shiny applications (在R Shiny app中插入ECharts可交互图形)
https://CRAN.R-project.org/package=ECharts2Shiny
GNU General Public License v2.0
130 stars 47 forks source link

Error loading function "loadWordcloudExtension" #55

Closed AbhishekHP2016 closed 5 years ago

AbhishekHP2016 commented 6 years ago

loadWordcloudExtension() never loaded. Error in loadWordcloudExtension() : could not find function "loadWordcloudExtension"

Consequently Wordcloud is not displayed in Shiny Dashboard

XD-DENG commented 6 years ago

@AbhishekHP2016 Thanks for the feedback. May you provide a minimal example of your code? Cheers

XD-DENG commented 6 years ago

@AbhishekHP2016 may you check this example which is running properly? https://github.com/XD-DENG/ECharts2Shiny/blob/master/man/renderWordcloud.Rd#L62

In addition, I don't think I have any function called loadWordcloudExtension() in my package. Where did you get the information that asked you to include this function?