r-novice-inflammation icon indicating copy to clipboard operation
r-novice-inflammation copied to clipboard

Programming with R

Results 78 r-novice-inflammation issues
Sort by recently updated
recently updated
newest added

Just putting this here before I forget. https://github.com/swcarpentry/r-novice-inflammation/blame/ccc2a0830cee4db70890f4cd26901e0b75422c4e/_episodes_rmd/01-starting-with-data.Rmd#L231

discussion

Hi all, The provided answer to the Exponentiation assignment in Ep 3 only works for exponents greater than 0. I had expected it work at least for exponents of 0,...

:robot: This is an automated build This will update 3 packages in your lesson with the following versions: ``` # CRAN ----------------------------------------------------------------------- - digest [0.6.33 -> 0.6.34] - glue [repo:...

type: package cache

### How could the content be improved? Hey I love the lesson and use it every time I teach R; however, from a pedagogical perspective the inflammation dataset is just...

discussion

The second time the file `script.R` is referenced, it starts with a capital S. For consistency as file names are case sensitive, this PR changes it to lowercase.

### How could the content be improved? The transition to the workbench introduced a learner profile page: - [source](https://github.com/swcarpentry/r-novice-inflammation/blob/main/profiles/learner-profiles.md) - [lesson page](https://swcarpentry.github.io/r-novice-inflammation/profiles.html) At the moment, we are still using the...

good first issue
help wanted

In the below section: > An R package requires four components: > > * a DESCRIPTION file with metadata about the package > * an R directory with the code...

Hello, I have been reviewing the Programming with R module for the purposes of contributing for my instructor training. I found it very helpful and think the new look is...

I think it might be helpful to include some error examples in [getting started with R](https://github.com/swcarpentry/r-novice-inflammation/blob/66a386f627c36144e941c187e332d909887c8a9a/_episodes_rmd/01-starting-with-data.Rmd). For example, as an international training organization, there are learners around the world. A...

We received a question from a learner who was confused by the contents of the example `sample.csv` file used in this lesson: > "In particular, I would like to know...