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

I have a comment on the Introduction to RStudio episode of the Programming with R Software Carpentry Lesson. This episode provides a detailed overview of working in R Studio. However,...

The first episode in the programming with R lesson (http://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data/index.html) states that the time for exercises is 0 minutes. However, there are several exercises that I expect would take about...

In the Loading Data section, http://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data/index.html > we are sure that the and scripts we are using are all in our working directory Should that be _...the **data** and scripts..._?

in line 97: ```{r} num 100 ``` As 37 is not greater than 100, this returns a `FALSE` object. And as you likely guessed, the opposite of `FALSE` is `TRUE`....

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

[Lesson 5: Command Line Programs](http://swcarpentry.github.io/r-novice-inflammation/05-cmdline/index.html) Given the current structure of the Programming with R lessons, I wonder if it makes sense to detail out whether students should have a separate...

In Analyzing Multiple Data Sets, several downsides of writing individual print statements are listed: > 1. It doesn’t scale: if we want to print the elements in a vector that’s...

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...

The HTML generated by knitr http://swcarpentry.github.io/r-novice-inflammation/07-knitr-R/index.html can be uploaded to GitHub pages. Supplementary instructions adding this would be helpful.

enhancement
discussion

for instructor checkout: suggest to add a diagram for "for loop" Instructions Thanks for contributing! :heart: If this contribution is for instructor training, please email the link to this contribution...

status:waiting for response