Skip to content

Commit

Permalink
Sort Imports/Remotes & remove duplicates & unused packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassot10 committed Sep 27, 2021
1 parent 8f377f5 commit c007ec2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
43 changes: 20 additions & 23 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,35 @@ Authors@R: person('Andreas', 'Soteriades', email = '[email protected]
Description: Text Mining Dashboard of Patient Experience Feedback.
License: MIT + file LICENSE
Imports:
config (>= 0.3),
golem (>= 0.3.0),
shiny (>= 1.5.0),
processx,
attempt,
config (>= 0.3),
DBI,
dplyr,
DT,
glue,
htmltools,
shinydashboard,
reactable,
dplyr,
experienceAnalysis,
ggplot2,
ggraph,
magrittr,
tidytext,
pkgload,
plotly,
igraph,
ggthemes,
quanteda,
tidyr,
textdata,
DBI,
glue,
golem (>= 0.3.0),
htmltools,
igraph,
magrittr,
odbc,
shinycssloaders,
pkgload,
processx,
reactable,
reticulate,
experienceAnalysis,
yardstick,
shiny (>= 1.5.0),
shinycssloaders,
shinydashboard,
stringr,
textdata,
stringr
tidyr,
tidytext,
yardstick
Remotes:
CDU-data-science-team/experienceAnalysis
CDU-data-science-team/experienceAnalysis,
nhs-r-community/pxtextmineR
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion dev/02_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ usethis::use_package("reticulate")
usethis::use_package("shiny")
usethis::use_package("shinycssloaders")
usethis::use_package("shinydashboard")
usethis::use_package("textdata")
usethis::use_package("tidyr")
usethis::use_package("tidytext")
usethis::use_package("yardstick")
usethis::use_package("textdata")

## Add modules ----
## Create a module infrastructure in R/
Expand Down

0 comments on commit c007ec2

Please sign in to comment.