Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let's publish this! #17

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f89266e
Sunday - Monday
graciellehigino Jun 17, 2021
99554f4
why isn't the pdf embeding workiiinnnggg
graciellehigino Jun 18, 2021
b4eb604
:hatching_chick: initial commit
TanyaS08 Jun 29, 2021
7fe18ab
basic ideas are there...
TanyaS08 Jun 29, 2021
b33ae5a
start wednesday
graciellehigino Jun 29, 2021
aaee584
added most of the NB content
TanyaS08 Jun 30, 2021
d12dd32
updated self care task
TanyaS08 Jun 30, 2021
c9f5b6c
finish wednesday
graciellehigino Jun 30, 2021
f7edf6b
:arrow_right: migrated post to 08/07
TanyaS08 Jul 1, 2021
d9c94b7
text update
TanyaS08 Jul 1, 2021
6d5d7b6
:tada: gifs!!!
TanyaS08 Jul 1, 2021
c9c7afd
edits
TanyaS08 Jul 1, 2021
c266d0c
added reproducibility task
TanyaS08 Jul 1, 2021
a150787
added a note on retroffitng for {groundhog}
TanyaS08 Sep 23, 2021
b33c36b
post update
TanyaS08 Sep 26, 2021
c292539
some grammars while I was reading through
TanyaS08 Feb 15, 2022
1d948df
Merge branch 'master' into tanya_post
TanyaS08 Oct 24, 2022
e3dec21
:ship: move post over
TanyaS08 Oct 24, 2022
bd3783b
💄 formatting and grammars
TanyaS08 Oct 24, 2022
882ef3e
TanyaS08 Oct 24, 2022
2259963
🏗 build updated post
TanyaS08 Oct 24, 2022
0fd2b89
🐛 change chink options
TanyaS08 Oct 24, 2022
c15d5a1
spellings
TanyaS08 Oct 27, 2022
c2d72d5
formatTing
TanyaS08 Oct 27, 2022
04204d5
:racehorse: upgrade reproducibility task
TanyaS08 Oct 27, 2022
2555425
:sparkles: some suggested reading
TanyaS08 Oct 27, 2022
b3d4453
:put_litter_in_its_place: activity book stuff
TanyaS08 Oct 27, 2022
bbbb3e7
😓 .md formatting is hard
TanyaS08 Oct 27, 2022
a219c7f
Merge pull request #1 from graciellehigino/tanya_post
graciellehigino Oct 31, 2022
238bb05
Add note for Project Set-Up course
graciellehigino Jan 31, 2024
427c8fc
📝 grammars are the worst™
TanyaS08 Feb 5, 2024
15ea8db
Merge pull request #2 from graciellehigino/TanyaS08-patch-1
graciellehigino May 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
➡️ migrated post to 08/07
TanyaS08 committed Jul 1, 2021
commit f7edf6b02a70f50793d5e7254ce877598795f278
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "(un)Reproducibility Detox - code version control"
title: "(un)Reproducibility Detox - Package and Dependency Management"
description: |
How do we keep our work reproducible? A focus on package and language 'version control'.
How do we keep our work reproducible? A focus on package, dependency, and language 'version control'.
Tanya Strydom
date: 07-07-2021
date: 07-08-2021
output:
distill::distill_article:
self_contained: false
@@ -12,7 +12,8 @@ output:
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# Package management

# Package and Dependency Management

> First your self care task of the day: Its time to update all those packages (and
> maybe even language version) - you deserve to be able to play with the newest
@@ -169,4 +170,5 @@ it all just work (avoiding the whole 'but it works on my machine scenario).

## Closing thoughts

TODO
TODO