From 8957207b78d6ccd1b4654a9dd9c9041b657478ab Mon Sep 17 00:00:00 2001 From: deanerik <36460740+deanerik@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:17:00 -0400 Subject: [PATCH] Edited intro.Rmd to update URL in link to Environmental Data Initiative website (#99) The previous URL for the Environmental Data Initiative (environmentaldatainitiative.org) seems to have succumbed to link rot, and now redirects to a sketchy gambling website. I've updated the URL to point to https://edirepository.org instead. --- vignettes/intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/intro.Rmd b/vignettes/intro.Rmd index 13bb5c7..0ff7591 100644 --- a/vignettes/intro.Rmd +++ b/vignettes/intro.Rmd @@ -62,7 +62,7 @@ This package contains two datasets: 1. Here, we'll focus on a curated subset of the raw data in the package named `penguins`, which can serve as an out-of-the-box alternative to `datasets::iris`. -1. The raw data, accessed from the [Environmental Data Initiative](https://environmentaldatainitiative.org/) (see full data citations below), is also available as `palmerpenguins::penguins_raw`. +1. The raw data, accessed from the [Environmental Data Initiative](https://edirepository.org) (see full data citations below), is also available as `palmerpenguins::penguins_raw`. The curated `palmerpenguins::penguins` dataset contains `r ncol(penguins)` variables (n = `r nrow(penguins)` penguins). You can read more about the variables by typing `?penguins`.