Skip to content

Commit

Permalink
Merge pull request #20 from jennybc/pg-13-image
Browse files Browse the repository at this point in the history
Use an image with less profanity
  • Loading branch information
mine-cetinkaya-rundel authored Feb 6, 2024
2 parents 80f4e98 + 3af7e24 commit 7849af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshops/pkg_dev.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This workshop assumes you've already dipped your toe in package development, i.e
In terms of "How to draw an owl", you've definitely drawn some circles.
But now it's time to draw the rest of the owl!

![](https://i.kym-cdn.com/photos/images/original/000/572/078/d6d.jpg)
![](https://datasciencebox.org/images/design-owl.jpg)

You will learn workflows and skills that are (a) very important for package development and (b) very different from writing R scripts.
We will lean heavily on the tools and principles used by the tidyverse team, embodied in the devtools family of packages, including usethis, testthat, and roxygen2.
Expand Down Expand Up @@ -52,7 +52,7 @@ This course is for you if you:
# Instructor(s)

| | | |
|-------------------|-------------------|----------------------------------|
|------------------------------|-----|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ![](images/jenny-bryan.jpeg) | | Jenny is a software engineer at Posit, usually working on the tidyverse packages or its supporting ecosystem, and is a member of the R Foundation. She recently co-authored the second edition of [the R Packages book](https://r-pkgs.org/) and is the maintainer of the [devtools](https://devtools.r-lib.org/) and [usethis](https://usethis.r-lib.org/) packages (among others). |

: {tbl-colwidths="\[25,5,70\]"}

0 comments on commit 7849af4

Please sign in to comment.