Skip to content

Commit

Permalink
Code for some examples that we ran using reprex::reprex(). They are r…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Aug 29, 2024
1 parent 2581ab7 commit 2b9d34a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/2024-08-29.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Our first example for reprex::reprex()
stop("This R error is weird")


## A more complicated case where we also
## keep track of the R session information
stop("This R error is weird")
options(width = 120)
sessioninfo::session_info()

0 comments on commit 2b9d34a

Please sign in to comment.