r-novice-gapminder
r-novice-gapminder copied to clipboard
R for Reproducible Scientific Analysis
I noticed that the output of the `ls()` function in Lesson 1 (RStudio intro) presently contains a number of extra items (`args`, `dest_md`, `op`, `src_rmd`) that learners shouldn't see on...
In Episode 16 'Writing Good Software' it is suggested that the learner makes sure they test their functions. This is a very good advice, but I'm wondering if they would...
updating language on line 148 - 149 to reflect the second suggestion in issue https://github.com/swcarpentry/r-novice-gapminder/issues/776 Instructions Thanks for contributing! :heart: If this contribution is for instructor training, please email the...
Added '.R extension' in reference text to introducing R scripts. Also added to copy code in R script (.R) file. 20220317_CarpentriesCheckout_updaterepo
Someone brand new to R programming, .Rmd and html might not understand that the report is a web page. I just think it might be a little easier to understand...
From R v4.1.0, there is a pipe `|>` natively available in base R. Could this be a source of confusion when discussing the dplyr/magrittr pipe `%>%` here: http://swcarpentry.github.io/r-novice-gapminder/13-dplyr/index.html ? At...
The lesson on [knitr using Rmarkdown](https://swcarpentry.github.io/r-novice-gapminder/15-knitr-markdown/index.html) currently does not mention or utilize the visual markdown editor. Consider adding a short note about this tool at the end of the lesson....
Given the chapters on ggplot, dplyr, tidyr... - it could be nice to mention the whole tidyverse universe too - maybe by including just a link in the seeking help...
From the `plyr` [GitHub repository](https://github.com/hadley/plyr): "`plyr` is retired: this means only changes necessary to keep it on CRAN will be made. We recommend using `dplyr` (for data frames) or `purrr`...