flipbookr
flipbookr copied to clipboard
Presenting code step-by-step and side-by-side with its output
What a shame!
make flipbookr work for quarto?
I want to make a code flipbook which involves random data manipulations (e.g. random number generation using `rnorm()` and random data extraction using `dplyr::slice_sample()`). There, I'm trying to pass a...
Error in code_seq[[i]] : attempt to select less than one element in integerOneIndex
Hi, I'm excited to try out this package! I'm getting an error trying to run or knit the embedded flipbooks template due to the tidyverse package not being installed, which...
Although a `chunk_reveal` used in a `knitr` context starts on a new slide, the slide number does not increase. I guess it is fine when you have a slide with...
let knitr access code from chunk interactively (w/o knit)
For non-sequential reveal, breaking may occur if #REVEAL line is last line. This needs to be addressed.
It seems that punctuations in code comments lead to flipbook breaking.... "Error in parse(text = x, srcfile = src) : :29:2: unexpected ')'" - at least parentheses.
It is unlikely you want to keep `.Rproj.user` in version control. I would suggest you run `git rm .Rproj.user` then create a `.gitignore` file with `.Rproj.user` so you won't accidentally...