Skip to content

Commit

Permalink
Improved slide transition
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomas-ketchbrook committed Sep 8, 2023
1 parent 6a0dca7 commit 95deade
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions materials/profvis/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ R package for visualizing how (and how fast/slow) your R code runs

Our `dev/run_dev.R` script is where we can profile our app interactively.

We can modify the original code...

```{.r}
options(golem.app.prod = FALSE)
Expand All @@ -44,10 +42,9 @@ golem::document_and_reload()
run_app()
```

## Working with {profvis} & {golem} {auto-animate=true}

and wrap `run_app()` in `print()`, then `profvis()`...
Our `dev/run_dev.R` script is where we can profile our app interactively.

```{.r}
options(golem.app.prod = FALSE)
Expand Down

0 comments on commit 95deade

Please sign in to comment.