Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonpileggi committed Jul 2, 2022
1 parent 5d92bfc commit 3c16418
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ knitr::opts_chunk$set(
<!-- badges: start -->
<!-- badges: end -->

This is an intentionally buggy package to facilitate practice of debugging
other's code for the RStudio Conference Workshop _What They Forgot To Teach You About R_.
This package is to facilitate debugging practice for the RStudio Conference
Workshop _What They Forgot To Teach You About R_.


The `fruit_avg()` function is from Jenny Bryan's rstudio::conf(2020) keynote
_Object of type 'closure' is not subsettable_ <https://github.com/jennybc/debugging>.

Associated exercises are at <https://github.com/rstats-wtf/wtf-debugging>.
Workshop exercises are at <https://github.com/rstats-wtf/wtf-debugging>. Use
of the `wtfdb` package corresponds to `03_exercise`: debugging others' code.

## Installation

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<!-- badges: start -->
<!-- badges: end -->

This is an intentionally buggy package to facilitate practice of
debugging other’s code for the RStudio Conference Workshop *What They
Forgot To Teach You About R*.
This package is to facilitate debugging practice for the RStudio
Conference Workshop *What They Forgot To Teach You About R*.

The `fruit_avg()` function is from Jenny Bryan’s rstudio::conf(2020)
keynote *Object of type ‘closure’ is not subsettable*
<https://github.com/jennybc/debugging>.

Associated exercises are at
<https://github.com/rstats-wtf/wtf-debugging>.
Workshop exercises are at <https://github.com/rstats-wtf/wtf-debugging>.
Use of the `wtfdb` package corresponds to `03_exercise`: debugging
others’ code.

## Installation

Expand Down

0 comments on commit 3c16418

Please sign in to comment.