Skip to content

Commit e381d25

Browse files
committed
Add minute cards for modules 1-4
1 parent d90eac5 commit e381d25

8 files changed

Lines changed: 28 additions & 8 deletions

File tree

_freeze/slides/01-package-foundations/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/slides/02-documentation/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/slides/03-data-testing/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/slides/04-check-package-documentation/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

slides/01-package-foundations/index.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,11 @@ To actually install the package:
661661

662662
- from GitHub: `remotes::install_github("USERNAME/REPO")` or `pak::pak("USERNAME/REPO")`
663663

664+
# Minute cards {.inverse}
665+
666+
- [Cohort 1](https://tally.so/r/ODdWrY)
667+
- [Cohort 2](https://tally.so/r/Zj15YB)
668+
664669
# End matter {.inverse}
665670

666671
## References

slides/02-documentation/index.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,11 @@ Informative error messages will make using your package a much nicer experience
595595
4. Commit your changes to git.
596596
5. Push your commits for this session.
597597

598+
# Minute cards {.inverse}
599+
600+
- [Cohort 1](https://tally.so/r/A74PDz)
601+
- [Cohort 2](https://tally.so/r/q4JZW9)
602+
598603
# End matter {.inverse}
599604

600605
## References

slides/03-data-testing/index.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,11 @@ The [vdiffr](https://vdiffr.r-lib.org) package allows comparisons between SVG im
501501

502502
## When you stop work, leave a test failing. {.inverse .center .center-h}
503503

504+
# Minute cards {.inverse}
505+
506+
- [Cohort 1](https://tally.so/r/LZa1Yp)
507+
- [Cohort 2](https://tally.so/r/aQANEb)
508+
504509
# End matter {.inverse}
505510

506511
## References

slides/04-check-package-documentation/index.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,11 @@ You can add more information to `_pkgdown.yml` to customise the package website:
568568
5. Click on the link to the website under the **About** section of the repo.
569569
6. (Bonus) Change the appearance of the site with a Bootswatch theme: <https://pkgdown.r-lib.org/articles/customise.html#bootswatch-themes>.
570570

571+
# Minute cards {.inverse}
572+
573+
- [Cohort 1](https://tally.so/r/VLbEYy)
574+
- [Cohort 2](https://tally.so/r/kdJa7e)
575+
571576
# End matter {.inverse}
572577

573578
## References

0 commit comments

Comments
 (0)