Skip to content

Commit

Permalink
Merge pull request #3 from 3mmaRand/draft-core-1
Browse files Browse the repository at this point in the history
and again
  • Loading branch information
3mmaRand committed Sep 28, 2023
2 parents dd66558 + 6ebbafb commit 2c713dc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions core/week-1/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ organise your work to make it reproducible. We will cover:
similar results and same conclusions. The findings can be
generalised

[![The Turing Way\'s definitions of reproducible research
[@community2022]](images/reproducible-matrix.jpg){fig-alt="Two by Two cell matrix. Columns are Data, either same or different. Rows are Analysis either same or different. Each of cells contain one of the definitions for reproducibility"}](https://the-turing-way.netlify.app/reproducible-research/overview/overview-definitions#rr-overview-definitions)
[![The Turing Way\'s definitions of reproducible
research](images/reproducible-matrix.jpg){fig-alt="Two by Two cell matrix. Columns are Data, either same or different. Rows are Analysis either same or different. Each of cells contain one of the definitions for reproducibility"}](https://the-turing-way.netlify.app/reproducible-research/overview/overview-definitions#rr-overview-definitions)

## Why does it matter?

Expand Down Expand Up @@ -180,18 +180,21 @@ Bullet points are good
There are packages that give session information in R @sessioninfo
and Python @ostblomjoel2019

```{r}
R:

```
#| eval: false
sessioninfo::session_info()
```

```{python}
Python:

```
#| eval: false
import session_info
session_info.show()

```

- Instructions run the code, build reports, and reproduce the figures
etc

Expand Down

0 comments on commit 2c713dc

Please sign in to comment.