From d90697e26d84cd19bc40338950ede42aea48739d Mon Sep 17 00:00:00 2001 From: Giorgio Comai Date: Thu, 25 Jan 2024 15:51:34 +0100 Subject: [PATCH] drop now redundant reference to dependencies as relevant only for now removed shiny app --- README.Rmd | 9 --------- README.md | 13 ------------- 2 files changed, 22 deletions(-) diff --git a/README.Rmd b/README.Rmd index cdb55b6..9f172ba 100644 --- a/README.Rmd +++ b/README.Rmd @@ -428,12 +428,3 @@ After installation, you should make sure the font is available to R by installin You can check available fonts also with the package `systemfonts` and the command `systemfonts::system_fonts()`. -### Dependencies - -To reduce the number of dependencies, `extrafont`, as well as the packages used by the Shiny app needed to import data (`googlesheets4`, `readxl`) and to export the chart in svg (`svglite`) are only suggested. - -You can install them independently (they're all on CRAN), or together with this package with: - -```{r eval = FALSE} -remotes::install_github("giocomai/ganttrify", dependencies = TRUE) -``` diff --git a/README.md b/README.md index 0a2644d..db86866 100644 --- a/README.md +++ b/README.md @@ -596,16 +596,3 @@ installing the `extrafont` package, and running You can check available fonts also with the package `systemfonts` and the command `systemfonts::system_fonts()`. - -### Dependencies - -To reduce the number of dependencies, `extrafont`, as well as the -packages used by the Shiny app needed to import data (`googlesheets4`, -`readxl`) and to export the chart in svg (`svglite`) are only suggested. - -You can install them independently (they’re all on CRAN), or together -with this package with: - -``` r -remotes::install_github("giocomai/ganttrify", dependencies = TRUE) -```