R-ecology-lesson icon indicating copy to clipboard operation
R-ecology-lesson copied to clipboard

Data Analysis and Visualization in R for Ecologists - the version at https://github.com/datacarpentry/R-ecology-lesson-alternative will be merged on 8th July 2024

Results 108 R-ecology-lesson issues
Sort by recently updated
recently updated
newest added

Creating a New SQLite Database - to add a table to the database on disk rather than in the R environment, using copy_to(...) requires the argument temporary=FALSE - to actually...

type:clarification

In the Episode: “Before we start,” and under the heading “Why Learn R” - The wording in the sentence “RStudio is currently a very popular way to not only write...

help wanted
type:clarification
good first issue

This is a really great lesson, and I'm glad it includes a code handout for beginners. However, as I went to teach the lesson for my checkout, I found myself...

I have used the "Data Analysis and Visualization in R for Ecologists" lesson for several courses. Increasingly, students are bringing Google Chromebooks, which run on Google OS, to class. This...

type:instructor guide
type:enhancement

Looking through lesson 2, I clicked on the link to download the csv file (instead of downloading it via R) and moved it to the data_raw folder. It took me...

type:clarification

In the [Manipulating data episode](https://datacarpentry.org/R-ecology-lesson/03-dplyr.html) it says pipes are a recent addition to R. It seems like pipes have been around since 2014. See [this](https://www.datacamp.com/community/tutorials/pipe-r-tutorial#intro) and [this](https://www.r-statistics.com/2014/08/simpler-r-coding-with-pipes-the-present-and-future-of-the-magrittr-package/).

help wanted
good first issue

I added a question to the challenges after the boxplot section that asks learners to reflect on the alpha parameter and its effects. It doesn't get clarified elsewhere that setting...

status:in progress
type:enhancement

There's a super cool new browser-based tool called [Tidy Data Tutor](https://tidydatatutor.com/index.html) (and the Pandas version, [Pandas Tutor](https://pandastutor.com/)), which lets you visualize how a data frame changes at each step of...

type:enhancement

Under the "Vectors and Data Types" challenge, the word "bitstream" is used. It'd be helpful if a short definition was included in parentheses next to it. I've never come across...

type:clarification
good first issue

When working through the lesson material I noticed that what I thought of as `variables` was consistently called `objects`. Originally coming from a non `R` programming language I was slightly...

status:waiting for response
type:clarification