Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantagiustina committed Sep 19, 2023
1 parent 1601197 commit ce0ea99
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#' @import golem
#' @import waiter
#' @import shinyjs
#' @import crew
#' @import shiny
#' @import shinyWidgets
#' @import bs4Dash
Expand Down
2 changes: 0 additions & 2 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
#' @import ipc
#' @import future
#' @import promises
#' @import crew
#' @import httr
#' @import tidytext
#' @import ggplot2
#' @import aRtsy
#' @noRd

#### UI PARAMETERS ####
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can install the development version of Hermione from GitHub (main branch) as

``` r
library(remotes)
remotes::install_github("https://github.com/carlosantagiustina/HERMIONE/")
remotes::install_github("carlosantagiustina/HERMIONE")
```

## How to run the Hermione dashboard
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ branch) as follows:

``` r
library(remotes)
remotes::install_github("https://github.com/carlosantagiustina/HERMIONE/")
remotes::install_github("carlosantagiustina/HERMIONE")
```

## How to run the Hermione dashboard
Expand Down

0 comments on commit ce0ea99

Please sign in to comment.