This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Yihui Xie
yihui.org
did:plc:heevjqvptpfteyhiwxobbf3y
If this is only intended for the profiling purpose, I think the litedown solution is much simpler than the knitr hook:
1. litedown::reactor(time = TRUE); litedown::roam() # navigate to vignettes/
2. Add
```{r}
litedown::timing_data()
```
to the end of each Rmd file, and preview them.
2025-03-05T23:20:49.461Z