r-tidyverse-intro

Introduction to R for data analysis, based on the SW carpentry r-novice-gapminder lesson

https://github.com/uomresearchit/r-tidyverse-intro

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Introduction to R for data analysis, based on the SW carpentry r-novice-gapminder lesson

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 10
  • Open Issues: 6
  • Releases: 4
Created about 9 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Authors

README.md

R for Data Analysis

UPDATE August 2025: This course is no longer active so the training matrial website has been shut down and this repository is archived. Please contact the RSE team for more information

An introduction to R for non-programmers using the Gapminder data and the tidyverse.

This course is based on the Software Carpentry course, and has been abridged and modified. The most substantive changes are:

  • The Tidyverse is taught (the differences between, e.g. data.frames and tibbles is included in the notes - though this is mainly for reference).
  • Lists are not taught
  • The episode on tidyr has been removed, in the interests of time.
  • Git isn't covered (although version control is mentioned, and the learners are signposted to the Research IT's git course)

A rendered version of the course notes can be found at https://UoMResearchIT.github.io/r-tidyverse-intro/.

A rendered version of the original Software Carpentry lesson can be found at: https://swcarpentry.github.io/r-novice-gapminder, the lesson template documentation for instructions on formatting, building, and submitting material, or run make in this directory for a list of helpful commands.

By default the Makefile will build the .md images using R in a Dockerised container, which contains the same packages and versions as the machines which are used for teaching. The lessons should be compatible with newer versions of the packages, but the output (most notably the tidyverse loading messages) will be different in places. To use your local installation of R, rather than the dockerised version, modify the Makefile where indicated in its comments

The remainder of this README is from the original Software Carpentry version of the lesson:

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 focuses on the fundamentals of the programming language R, and not on 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.

Maintainers:

Owner

  • Name: Research IT, University of Manchester, UK
  • Login: UoMResearchIT
  • Kind: organization
  • Email: ITS-research@manchester.ac.uk
  • Location: Manchester, UK

Citation (CITATION)

Please cite as:

Thomas Wright and Naupaka Zimmerman (eds): "Software Carpentry: R for
Reproducible Scientific Analysis."  Version 2016.06, June 2016,
https://github.com/swcarpentry/r-novice-gapminder,
10.5281/zenodo.57520.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 36
  • Total pull requests: 59
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 3 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 0.31
  • Average comments per pull request: 0.02
  • Merged pull requests: 58
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mawds (23)
  • gcapes (11)
  • dnisbet (1)
  • gruel (1)
Pull Request Authors
  • mawds (49)
  • gcapes (8)
  • gruel (1)
Top Labels
Issue Labels
enhancement (5) bug (3)
Pull Request Labels

Dependencies

requirements.txt pypi
  • CommonMark *
  • PyYAML *
  • pandocfilters *
  • update-copyright *