diff --git a/DESCRIPTION b/DESCRIPTION index 70d00dd..62baa76 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -46,10 +46,9 @@ Imports: spelling, rstudioapi, goodpractice, - gt, + gt, fontawesome, - stringr, - rsvg + stringr Suggests: testthat, VignetteBuilder: diff --git a/README.Rmd b/README.Rmd index 4646832..f1c8820 100644 --- a/README.Rmd +++ b/README.Rmd @@ -38,8 +38,8 @@ Into this complete R package: **Prerequisites:** R ≥ 4.1.0 and an API key for your preferred LLM provider ```r -# Install from GitHub -devtools::install_github("openwashdata/fairenough") +install.packages("pak") +pak::pkg_install("openwashdata/fairenough") ``` ## Quick Start diff --git a/inst/templates/README.Rmd b/inst/templates/README.Rmd index 57bb0de..38e0bd3 100644 --- a/inst/templates/README.Rmd +++ b/inst/templates/README.Rmd @@ -224,7 +224,7 @@ display_dictionary_table <- function(dict_table) { ## Installation -You can install the development version of `r desc::desc_get_field("Package")` from GitHub `r fontawesome::fa("github")` with: +You can install the development version of `r desc::desc_get_field("Package")` from GitHub `r fontawesome::fa_i("github")` with: ```r devtools::install_github("`r desc::desc_get_field("github_user")`/`r desc::desc_get_field("Package")`", dependencies = TRUE) @@ -239,7 +239,7 @@ devtools::install_github("`r desc::desc_get_field("github_user")`/`r desc::desc_ If you prefer to work with the data outside of R, you can download individual datasets as CSV files. 1. **Right-click** on the "Download CSV" link for the dataset you want. -2. Select **"Save Link As"** [`r fontawesome::fa("chrome", fill = browser_favicon_colour)`](https://www.google.com/chrome/) [`r fontawesome::fa("edge", fill = browser_favicon_colour)`](https://www.microsoft.com/edge/) [`r fontawesome::fa("firefox", fill = browser_favicon_colour)`](https://www.mozilla.org/firefox/) or **"Download Linked File"** [`r fontawesome::fa("safari", fill = browser_favicon_colour)`](https://www.apple.com/safari/). +2. Select **"Save Link As"** [`r fontawesome::fa_i("chrome", fill = browser_favicon_colour)`](https://www.google.com/chrome/) [`r fontawesome::fa_i("edge", fill = browser_favicon_colour)`](https://www.microsoft.com/edge/) [`r fontawesome::fa_i("firefox", fill = browser_favicon_colour)`](https://www.mozilla.org/firefox/) or **"Download Linked File"** [`r fontawesome::fa_i("safari", fill = browser_favicon_colour)`](https://www.apple.com/safari/). 3. Choose where you'd like to save the file on your computer. ```{r download-links, echo=FALSE, message=FALSE, warning=FALSE}