From 95deade54d486585fe6eb48cb905e6cd7026faeb Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Thu, 7 Sep 2023 22:54:02 -0400 Subject: [PATCH] Improved slide transition --- materials/profvis/index.qmd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/materials/profvis/index.qmd b/materials/profvis/index.qmd index 03ea6df..31d78ef 100644 --- a/materials/profvis/index.qmd +++ b/materials/profvis/index.qmd @@ -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) @@ -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)