From 9661a3a203dd08390dddbc748ac327fb9588cae5 Mon Sep 17 00:00:00 2001 From: Carl Goodwin Date: Wed, 29 May 2024 15:35:54 +0100 Subject: [PATCH] Re-trigger codecov CI --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7784122..9b349fc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -36,7 +36,7 @@ usedthese is a pair of functions to summarise package & function usage in Quarto Each "little project" on the Quarto website [quantumjitter.com](https://www.quantumjitter.com/project/) focuses on a data science technique or machine learning model to analyse real-world data. At the foot of each of these is a quantified view of the R packages and functions used in the associated code. This is achieved by including `used_here()` in each Quarto document. -`used_there()` scrapes all the tables created by `used_here()` to enable a [Favourite Things](https://www.quantumjitter.com/project/box/) article on how R packages and functions are used across the website. +`used_there()` scrapes all the tables created by `used_here()` to enable a [Favourite Things](https://www.quantumjitter.com/project/box/) article on how packages and functions are used across the website. I personally find this approach makes it easier for me to check for consistency of usage, acknowledge the packages I most need to keep abreast of (or go deeper on), and spot opportunities for updates to the latest and greatest. diff --git a/README.md b/README.md index db292b4..1f54258 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ including `used_here()` in each Quarto document. `used_there()` scrapes all the tables created by `used_here()` to enable a [Favourite Things](https://www.quantumjitter.com/project/box/) article -on how R packages and functions are used across the website. +on how packages and functions are used across the website. I personally find this approach makes it easier for me to check for consistency of usage, acknowledge the packages I most need to keep