CDU-data-science-team / pxtextminingdashboard

Text mining and visualization of NHS patient feedback.
https://feedbackmatters.uk/rsconnect/text_mining_dashboard/
Other
4 stars 1 forks source link

Application does not deploy smoothly on RStudio Connect #27

Closed ChrisBeeley closed 2 years ago

ChrisBeeley commented 3 years ago

Because of the way RStudio Connect works tidytext::get_sentiments() does not work on Connect.

For previous releases I have produced a hack with a different code base, but I will need to do this every time there is a new release. I need to use the golem YAML (or even just connect defined sys variables) file to produce a version of the codebase that works on both local installs and the server.

andreassot10 commented 3 years ago

@ChrisBeeley, any progress with this? Is it still an issue?

andreassot10 commented 3 years ago

@ChrisBeeley, does this close this issue?

If yes, can you please close it?

ChrisBeeley commented 3 years ago

It may, but I need to test and deploy first. I will do this next week

ChrisBeeley commented 3 years ago

As part of the work on this issue this other issue https://github.com/CDU-data-science-team/pxtextminingdashboard/issues/44 will be resolved