Skip to content

Commit

Permalink
drop now redundant reference to dependencies as relevant only for now…
Browse files Browse the repository at this point in the history
… removed shiny app
  • Loading branch information
giocomai committed Jan 25, 2024
1 parent 364536d commit d90697e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
9 changes: 0 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

0 comments on commit d90697e

Please sign in to comment.