From ce0ea99cb7f785d099c8948d6993193f85833b9e Mon Sep 17 00:00:00 2001 From: "Carlo R. M. A. Santagiustina" Date: Tue, 19 Sep 2023 18:24:44 +0200 Subject: [PATCH] updated dependencies --- R/app_server.R | 1 - R/app_ui.R | 2 -- README.Rmd | 2 +- README.md | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/R/app_server.R b/R/app_server.R index 2fecb7b..7e9a8b2 100644 --- a/R/app_server.R +++ b/R/app_server.R @@ -5,7 +5,6 @@ #' @import golem #' @import waiter #' @import shinyjs -#' @import crew #' @import shiny #' @import shinyWidgets #' @import bs4Dash diff --git a/R/app_ui.R b/R/app_ui.R index 148afe5..b6c63c3 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -19,11 +19,9 @@ #' @import ipc #' @import future #' @import promises -#' @import crew #' @import httr #' @import tidytext #' @import ggplot2 -#' @import aRtsy #' @noRd #### UI PARAMETERS #### diff --git a/README.Rmd b/README.Rmd index 9ee75e0..77418ef 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 diff --git a/README.md b/README.md index 0cada35..70f6873 100644 --- a/README.md +++ b/README.md @@ -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