Skip to content

Commit

Permalink
Merge branch 'hotfix-0.6.2' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassot10 committed Sep 24, 2021
2 parents 29e6b24 + bd7f2a5 commit 085d6b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pxtextminingdashboard
Title: Text Mining Dashboard of Patient Experience Feedback
Version: 0.6.1
Version: 0.6.2
Authors@R: person('Andreas', 'Soteriades', email = '[email protected]', role = c('cre', 'aut'))
Description: Text Mining Dashboard of Patient Experience Feedback.
License: MIT + file LICENSE
Expand All @@ -17,6 +17,7 @@ Imports:
reactable,
dplyr,
ggplot2,
ggraph,
magrittr,
tidytext,
pkgload,
Expand All @@ -40,7 +41,7 @@ Remotes:
CDU-data-science-team/experienceAnalysis
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
Suggests:
testthat,
spelling,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The interactive dashboard can be shipped as an [`R`](https://www.r-project.org/)
package and it comes with real open-source patient feedback text records for
demonstration purposes. A key feature though is that it can be used with *any*
text dataset from *any* organisation. We are offering the possibility of hosting
the dashboard for different text data on our server. Here is an [example](https://involve.nottshc.nhs.uk:8443/text_mining_dashboard/) with our
the dashboard for different text data on our server. Here is an [example](https://involve.nottshc.nhs.uk/rsconnect/pxtextminingdashboard/) with our
own data.

## Dashboard structure
Expand Down
1 change: 1 addition & 0 deletions dev/02_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ usethis::use_package("DBI")
usethis::use_package("dplyr")
usethis::use_package("experienceAnalysis")
usethis::use_package("ggplot2")
usethis::use_package("ggraph")
usethis::use_package("ggthemes")
usethis::use_package("igraph")
usethis::use_package("odbc")
Expand Down

0 comments on commit 085d6b9

Please sign in to comment.