-
For editing, and then later for production, I need to keep track of where the source code is for each figure generated in the scripts under `R/`. I've just started adding some of these, in the form o…
-
### Bug description
I tried to find reasonable explanation for such behaviour. But I can't find the source of this bug. Maybe it specific for my machine. But I don't know how to fix this problem.
I …
-
How can I use knitr caching feature with Julia via JuliaCall. Tell me, please, how can I achieve that, if it is possible?
And one more question is if it is possible to speed up loading Julia setup …
-
Caching torch objects in Rmarkdown document them give errors (see the [issue](https://github.com/yihui/knitr/issues/2339) in `knitr` repository for more details). The underlying issue is that torch ob…
-
In this PR in the Python-API (https://github.com/plotly/python-api/pull/183) I'm displaying and caching an image as the iframe loads. Our new embed code similarly displays an image as the iframe waits…
-
Windows CI fails during vignette creation step of `R CMD check`, while macOS and Ubuntu CI builds pass. Pre-building the package locally resolves the issue across all platforms. Further, adding `local…
-
DfSummary connect well with kable here:
dfSummary(pavi[,-1],
plain.ascii = FALSE,
varnumbers = FALSE,
style = "grid",
graph.col=FALSE,
…
-
- Related issue: #1168
- Comment which prompted this issue: https://github.com/HARPgroup/HARParchive/issues/1168#issuecomment-1948824915
- We've been using `knitr::include_graphics` to display maps…
-
```{r}
knitr::kable(
SharkAttackdata [1:5, ],
caption = "A knitr kable.")
```
-
- the `setup` chunk must not be cached (should use `cache=FALSE`)
- I see most chunks are cached, so I suggest set it as a global option `\SweaveOpts{cache=TRUE}` so you do not have to set it in every…
yihui updated
12 years ago