Skip to content

Commit

Permalink
fix: closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Aug 8, 2024
1 parent a723405 commit 3e67e6d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ Suggests:
data.table,
descriptr,
DT,
grid,
haven,
highcharter,
inferr,
jsonlite,
kableExtra,
magrittr,
olsrr,
plotly,
Expand Down
2 changes: 0 additions & 2 deletions inst/app-blorr/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ library(dplyr)
library(e1071)
library(ggplot2)
library(glue)
library(grid)
library(gridExtra)
library(jsonlite)
library(lubridate)
library(magrittr)
Expand Down
2 changes: 0 additions & 2 deletions inst/app-olsrr/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ library(ggplot2)
library(descriptr)
library(olsrr)
library(dplyr)
library(grid)
library(gridExtra)
library(purrr)
library(tidyr)
library(tibble)
Expand Down
2 changes: 1 addition & 1 deletion inst/app-rfm/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library(forcats)
library(purrr)
library(RColorBrewer)
library(knitr)
library(kableExtra)


shinyServer(function(input, output, session) {

Expand Down

0 comments on commit 3e67e6d

Please sign in to comment.