Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with new incubator website #59

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading