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

Hello R ecology lesson maintainers! I have a small suggestion for the Intro to R lesson which you may take or leave as you see fit :) That is, I...

type:enhancement

Here is a first shot at updating the `ggplot2` first lesson. I found the Netlify link so I should be able to see if things are rendering correctly, particularly the...

In the [Manipulating data episode](https://datacarpentry.org/R-ecology-lesson/03-dplyr.html) it says > You may also have noticed that the output from these calls doesn’t run off the screen anymore. It’s one of the advantages...

help wanted
type:clarification
good first issue

I found that introduction to the concepts "Working Directory" and “Projects” are repeating in the sections **Getting setup** and **Working directory** in the episode 00-before-we-start.Rmd. I was wondering if these...

status:waiting for response
type:clarification
good first issue

https://github.com/r-lib/styler it would reduce nitpicking on contributions while maintaining consistent formatting across the lesson

help wanted
type:template and tools

I'm a member of The Carpentries staff and I'm submitting this issue on behalf of another member of the community. In most cases I won't be able to follow up...

type:discussion
type:clarification

[Submitted by email] 1. Three ways to force R to print the value: using parentheses; typing the object name; using print() function. The function print() was not introduced in this...

type:enhancement
type:clarification

My suggestion: Before introducing the function `read_csv()` and get the students hands-on code with reading data, let them use the "Import dataset" UI functionality in Rstudio. The rationale: - Many...

type:clarification

Hi maintainers, One thing I love about this lesson is how it builds up to pipes by showing two alternatives: intermediate steps and nested functions. That's a great way to...

type:clarification

The lesson says ``` Data files for the lesson are available and can be downloaded manually here: https://doi.org/10.6084/m9.figshare.1314459 ``` and later instruct the learners to run ``` download.file(url="https://ndownloader.figshare.com/files/2292169", destfile =...

type:clarification