From d6c249ea3c38b892e3b2faa6fce258387bd575e3 Mon Sep 17 00:00:00 2001 From: peterlaurin <69608241+peterlaurin@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:02:32 -0700 Subject: [PATCH] Update README.md with new incubator website --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8e217..217e060 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # RRRRR... I'm stuck! [![DOI](https://img.shields.io/badge/DOI-10.17605%2FOSF.IO%2F37JPQ-blue?link=https%3A%2F%2Fosf.io%2F37jpq%2F)](https://osf.io/37jpq/) -[![Website](https://img.shields.io/badge/website-RRRRR..._I'm_stuck-B067B0?link=https%3A%2F%2Fkaijagahm.github.io%2FR-help-reprexes%2F)](https://kaijagahm.github.io/R-help-reprexes/) +[![Website](https://img.shields.io/badge/website-RRRRR..._I'm_stuck-B067B0?link=https%3A%2F%2Fcarpentries-incubator.github.io%2FR-help-reprexes%2F)](https://carpentries-incubator.github.io/R-help-reprexes/) [![License](https://img.shields.io/badge/license-CC_BY-green?link=https%3A%2F%2Fgithub.com%2Fkaijagahm%2FR-help-reprexes%2Fblob%2Fmain%2FLICENSE.md)](LICENSE.md) This is a lesson for beginner R coders in (ecological) data science. This lesson will teach how to identify and resolve problematic code by using minimal reproducible examples to ask for help from the community. While this lesson should be appropriate for all levels, it is merely a supplement and not a replacement for an intro to R lesson. As such, this lesson assumes a basic understanding of data structures, manipulation, and visualization in R. Familiarity with the `tidyverse` package is helpful but not required. An example of an introductory lesson that covers all pre-requisites is The Carpentries' [Data Analysis and Visualization in R for Ecologists](https://datacarpentry.org/R-ecology-lesson/). -The website for this lesson can be found at https://kaijagahm.github.io/R-help-reprexes/. +The website for this lesson can be found at https://carpentries-incubator.github.io/R-help-reprexes/. This lesson is a template lesson that uses [The Carpentries Workbench][workbench]. Click on the link to learn more.