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

The name of the function is incorrect in the description, the conversion is fahrenheit_to_celsius not to fahrenheit_to_kelvin Instructions Thanks for contributing! :heart: If this contribution is for instructor training, please...

Hi there, I noticed that in the episode "Making Choices" the operators `&&` and `||` are used while `&` and `|` are not introduced. I think in the examples given,...

Hello: **This contribution is for instructor training.** Although the instruction states a typical conventions for naming variables (), it would be great for _R newcomers_ to state that R is...

Fixing typo from #521 and changing description of `c()` as suggested in #495 The use of "**c**ombine" as a mnemonic is used in other parts of the lesson, at the...

The [Making Packages](https://swcarpentry.github.io/r-novice-inflammation/08-making-packages-R/index.html]) episode references an abstract `parentDirectory`, in which one should create the package 'tempConvert'. I think it would be helpful to explicitly indicate that this new `parentDirectory` ought...

Kia ora, I noticed that some of the "Intro to R" sessions provide (some) of the **shortcuts** that make working in RStudio so much faster, but not _all_ of them...

Fixing some typos and adding some words that would help with clarity. Thanks!

@zkamvar We need to update style for this lesson so that jump lists (anchors for different sections) becomes automatically available for different levels of headings.

Example in documentation for `farenheit_to_celsius()` mistakenly uses `farenheit_to_kelvin()` simple fix.