Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/3mmaRand/R4BABS

# Conflicts:
#	.DS_Store
#	pgt52m/.DS_Store
  • Loading branch information
3mmaRand committed Nov 26, 2023
2 parents c740d51 + 4e387d5 commit e1d9546
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ website:
text: About
- href: pgt52m/week-9/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-9/study_after_workshop.qmd
- href: pgt52m/week-9/workshop.qmd
text: Workshop
- href:
- href: pgt52m/week-9/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 10: Reproducible Reporting"
Expand Down
Binary file added pgt52m/week-9/images/answer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pgt52m/week-9/images/behold_R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pgt52m/week-9/images/debugging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pgt52m/week-9/images/do_in_R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pgt52m/week-9/images/do_on_internet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pgt52m/week-9/images/do_on_your_computer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pgt52m/week-9/images/tidy-complete.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pgt52m/week-9/study_after_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ format:
1. Consolidate

i. 📖 Read [Workflow and scripts - Projects](https://r4ds.hadley.nz/workflow-scripts.html)
ii. 📖 Read [Intro to quarto](https://r4ds.hadley.nz/quarto)
11 changes: 6 additions & 5 deletions pgt52m/week-9/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ library(kableExtra)

# Introduction

![Artwork by @allison_horst: "Behold R"](images/behold_R.png){fig-alt="Cartoon of an instructor gesturing enthusiastically to a screen full of R documentation saying 'BEHOLD! An amazing function!' A skeptical looking student looks on, saying 'I would rather not behold...' " width="800"}

## Session overview

This week we will be looking at the assessment for this module and introducing you to a specimen sample of the assessment so that you can familiarise yourself with the format and what we are expecting you to produce. We will be looking at a Rproject containing a quarto markdown file and a report results section. We will also look at the marking criteria. This material can also be found on the VLE under the module assessment marking criteria section. Next week we will cover how to reproduce a quarto markdown file yourself in more detail.
Expand Down Expand Up @@ -65,16 +67,15 @@ There should be sufficient annotation for a reader to follow the steps in the R

# Specimen assessment

Here is a specimen Rproject:[Specimen.Rproj](data-raw/specimen.zip)
![](images/do_on_your_computer.png) Here is a specimen Rproject:[Specimen.Rproj](data-raw/assessment.zip)

You will need to first unzip this project so you can see the contents, this should contain the folders figures, data_raw, figures and a .qmd file.
![](images/do_on_your_computer.png) You will need to first unzip this project so you can see the contents, this should contain the folders figures, data_raw, figures and a .qmd file.

Here is a specimen results section of a report generated based on the analysis of the specimen data:[Specimen.docx](data-raw/specimen.docx)
![](images/do_on_your_computer.png) Here is a specimen results section of a report generated based on the analysis of the specimen data:[Specimen.docx](data-raw/specimen.docx)

# Assessment criteria

It is good to familiarise yourself with the marking criteria so that you know what things are marked in the assessment and to give yourself a checklist of things to make sure you have included. The marking criteria can be found here](https://docs.google.com/document/d/1zCuQUqUa3HtAcAn87tsNnolDiE2IRlcqj6y3_5gu5oM/edit?usp=sharing) and on the VLE under module assessment.

![](images/do_on_internet.png) It is good to familiarise yourself with the [marking criteria for module assessment](https://docs.google.com/document/d/1zCuQUqUa3HtAcAn87tsNnolDiE2IRlcqj6y3_5gu5oM/edit?usp=sharing) so that you know what things are marked in the assessment and to give yourself a checklist of things to make sure you have included.
You're finished!

# 🥳 Well Done! 🎉
Expand Down

0 comments on commit e1d9546

Please sign in to comment.