From c007ec276836b8ae1f48402cc7d511c3da51918c Mon Sep 17 00:00:00 2001 From: andreassot10 Date: Mon, 27 Sep 2021 22:00:36 +0100 Subject: [PATCH] Sort Imports/Remotes & remove duplicates & unused packages. --- DESCRIPTION | 43 ++++++++++++++++++++----------------------- dev/02_dev.R | 2 +- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 36bce83..702e47a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,38 +5,35 @@ Authors@R: person('Andreas', 'Soteriades', email = 'andreas.soteriades@nottshc.n 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 diff --git a/dev/02_dev.R b/dev/02_dev.R index cf8f33e..1fc1b6c 100644 --- a/dev/02_dev.R +++ b/dev/02_dev.R @@ -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/