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 92 R-ecology-lesson issues
Sort by recently updated
recently updated
newest added

The [visualisation part of the lesson](https://datacarpentry.org/R-ecology-lesson/04-visualization-ggplot2.html) uses `surveys_complete.csv` but this file is created during the [manipulating data part of the lesson](https://datacarpentry.org/R-ecology-lesson/03-dplyr.html). Could we have a copy of `surveys_complete.csv` available to...

status:duplicate
type:instructor guide

1. In "Starting with data" subsection "Factors", it's worth mentioning the difference between "as.factor" and "factor". "as.factor" will leave factor levels and ordered-ness alone while factor() will not: f

I've found three small issues in this lesson: **Issue 1 - creation of data folder** In the lesson "Starting with data" the download.file() function is used to download the CSV...

type:clarification

Whats up I just wanted to let you know your datacarpentry.org header overlaps the body of your document. I'm on firefox 77.0. ![dataCarp](https://user-images.githubusercontent.com/44142297/83587156-3de31a80-a503-11ea-8050-8bab913cfb3f.png)

type:formatting

Hi, I just added instructions and code to install devtools and then ratdat data to tidyverse-first so I could begin to understand the edits. I hope it's helpful. If not,...

status:wait

The lesson could be updated to include the use of error bars. This would require two changes. (1) In the "manipulating data" section, this surveys %>% filter(!is.na(weight)) %>% group_by(sex, species_id)...

type:enhancement

Contribution from a community member via email: > I found an issue in one of the lessons in the Data Carpentry Ecology Curriculum called " Data Analysis and Visualization in...

status:refer to cac
type:enhancement

Submitted by Tim Stearns --- Ideas for Chapter 5: Data visualization with ggplot2 episode The chapter accurately describes the ggplot2 plot building procedure as typically an iterative process. I wholeheartedly...

Substantive comments to improve logical flow, text, and included code for ggplot lesson on tidyverse-first branch: 1) Move lines 79 - 84 up to below line 64. 2) Use text...

status:wait
type:enhancement

I taught the R-ecology lessons the past two days, and we got two pieces of feedback in our course evals that I want to pass along here. Two students found...