https://github.com/3mmarand/setac-13-intro-to-r
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: 3mmaRand
- Language: R
- Default Branch: main
- Homepage: https://3mmarand.github.io/setac-13-intro-to-r/
- Size: 4.1 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 12 months ago
· Last pushed 12 months ago
https://github.com/3mmaRand/setac-13-intro-to-r/blob/main/
# SETAC Student Conference 2025: Introduction to Reproducibility with R
[](https://zenodo.org/badge/DOI/10.5281/zenodo.15880793.svg)
[](https://creativecommons.org/licenses/by/4.0/)
**Date:** 12 August 2025 12 August 2025\
**Instructor:** EmmaRand (University of York)\
**ORCID:** 0000-0002-1358-8275
## Overview
This repository contains all materials for the "Introduction to
Reproducibility with R" workshop delivered at the SETAC 13th Young
Environmental Scientists Meeting. In this one-day session, you will be able to:
- Find their way around the RStudio windows
- Create and plot data using ggplot
- Explain the rationale for scripting analysis
- Know how to load packages
- Understand what is meant by the working directory, absolute and
relative paths and be able to apply these concepts to data import
- Summarise data in a single group or in multiple groups
- Develop highly organised analyses including well-commented scripts
that can be understood by future you and others
This workshop is designed for beginners with no prior experience in R or
RStudio. It is suitable for environmental scientists, ecologists, and
anyone interested in learning how to use R for reproducible research.
Materials are organised as Quarto (`.qmd`) website: [Introduction to Reproducibility with R](https://3mmarand.github.io/setac-13-intro-to-r/).
## Pre-course instructions for participants
You do not need any prior experience of R or RStudio.
There are Windows PCs at the venue and you are **not** required to bring
your own machine. Participants from outside of York will be provided
with a temporary IT account. However, if you prefer to work on your own
machine please install the following prior to attending:
- R version 4.4.1 or higher:
- RStudio Version: 2024.12.1+563 or higher:
- These R packages from CRAN: **`tidyverse`**, **`devtools`**.
Once you have installed R and RStudio, start RStudio up and
go to the Packages tab in the bottom right pane; click Install and
type the name of the package you want to install in the box that
appears. Then wait until you get the cursor (\>) back in the
console window.
- TinyTeX:
Once you have installed R and RStudio, start RStudio up and
go to the Terminal (lower left, behind the console) and type:
`quarto install tinytex` and press enter.
## Workshop Sessions
1. Introduction & Principles
2. R & RStudio Basics
3. Data Manipulation (Optional)
## Citation Information
Please cite these materials if you adapt or redistribute any portion of of them:
Emma Rand. (2025). 3mmaRand/setac-13-intro-to-r: 2025 (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.15880793
Owner
- Name: Emma Rand
- Login: 3mmaRand
- Kind: user
- Location: York, UK
- Company: University of York
- Repositories: 79
- Profile: https://github.com/3mmaRand
Lecturer at @UniOfYork sharing my enthusiasm for all things data, mainly in R. Ridiculously lucky. Talks too fast, thinks too slow.
GitHub Events
Total
- Delete event: 1
- Push event: 5
- Pull request event: 3
- Create event: 3
Last Year
- Delete event: 1
- Push event: 5
- Pull request event: 3
- Create event: 3
Dependencies
.github/workflows/quarto-gh-pages-html.yaml
actions
- JamesIves/github-pages-deploy-action v4 composite
- actions/checkout v2 composite
- quarto-dev/quarto-actions/install-quarto v1 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-renv v2 composite