Intermediate Software Carpentry materials based on the r-novice-gapminder lessons.
HTML CSS JavaScript Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_includes
_layouts
code
css
data
deck.js
fig
img
js
tools
.gitignore
.mailmap
.nojekyll
.update-copyright.conf
14-data-table.Rmd
14-data-table.html
14-data-table.md
15-reshape2.Rmd
15-reshape2.html
15-reshape2.md
16-for.Rmd
16-for.html
16-for.md
17-apply.Rmd
17-apply.html
17-apply.md
18-rmd.Rmd
18-rmd.html
18-rmd.md
19-foreach.Rmd
19-foreach.html
19-foreach.md
AUTHORS
CONDUCT.md
CONTRIBUTING.md
DESIGN.md
FAQ.md
LAYOUT.md
LICENSE.html
LICENSE.md
Makefile
OUTLINE.md
README.md
discussion.html
discussion.md
ggplot.pdf
index.html
index.md
instructors.html
instructors.md
motivation.Rmd
motivation.html
motivation.md
plan.html
plan.md
reference.html
reference.md
requirements.txt
xx-why-R.Rmd
xx-why-R.html
xx-why-R.md

README.md

R for Reproducible Scientific Analysis

Introduction to R for non-programmers using gapminder data.

The goal of this lesson is to teach novice programmers to write modular code and best practices for using R for data analysis. R is commonly used in many scientific disciplines for statistical analysis and its array of third-party packages. We find that many scientists who come to Software Carpentry workshops use R and want to learn more. The emphasis of these materials is to give attendees a strong foundation in the fundamentals of R, and to teach best practices for scientific computing: breaking down analyses into modular units, task automation, and encapsulation.

Note that this workshop will focus on teaching the fundamentals of the programming language R, and will not teach statistical analysis.

A variety of third party packages are used throughout this workshop. These are not necessarily the best, nor are they comprehensive, but they are packages we find useful, and have been chosen primarily for their usability.

These lesson materials are adapted from the R-novice-inflammation materials, which were translated from the Python materials, and materials from our R Data Carpentry materials used at the Sydney bootcamp last year.

These lesson materials are designed to be run after both the Shell and Git materials, and are built around the Gapminder dataset.

Contributing

Please see the current list of issues for ideas for contributing to this repository, and the guidelines and instructions for contributing.

When editing topic pages, you should change the source R Markdown file. Afterwards you can render the pages by running make preview from the base of the repository. Building the rendered page with the Makefile requires installing some dependencies first. In addition to the dependencies listed in the lesson template documentation, you also need to install the R package knitr.

Once you've made your edits and looked over the rendered html files, you should add, commit, and push only the source R Markdown file(s) to your fork, and then open a pull request. The repository maintainers will run the html generation process once the pull request has been merged. You can learn more about the design of the build process here.

Getting Help

Please see https://github.com/swcarpentry/lesson-example for instructions on formatting, building, and submitting lessons, or run make in this directory for a list of helpful commands.

If you have questions or proposals, please send them to the r-discuss mailing list.