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 following was submitted by email as a contribution for checkout: "As part of my checkout process, I would like to make a contribution to [Programming with R - Creating...

The [setup instructions](http://swcarpentry.github.io/r-novice-inflammation/setup.html) include the following line: > If it’s not unzipped yet, double-click on it to unzip it. You should end up with a new folder called `data`. Double-click...

During the June Maintainer meeting, we asked for comments and experiences with the migration to R 4.0 so that we could create guidance for maintainers and instructors. We have drafted...

Dear Community, There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the...

good first issue
R-4.0 migration

http://swcarpentry.github.io/r-novice-inflammation/11-supp-read-write-csv/index.html The 'stringsAsFactors' (from line 75) section of this episode does not appear as described. The first assignment runs and returns a list of all the car colours. However the...

Dear community, as I was working on Issue #472 in the testing procedure I wanted to create html lessons out of the rmd files to check the output. I managed...

Hi, I suggest removing the example of the "analyze" function at the very beginning. The reason is that I found the second example (function "print_words") is a more straight-forward and...

Hi, I have a small suggestion for the lesson "programming with R". While reviewing the first episode "Analysis of patient data" it was great to see how learners can produce...

This suggestion is for the Understanding Factors episode. For people who have a statistics background taking this lesson, they probably know that factors can be categorical or continuous. In R,...

Hello, I would suggest slightly rephrasing the explanation at line 358 of 01-starting-with-data.Rmd from "... when analyzing data we often want to look at partial statistics..." Reading on, it seems...