-
The chunk option [`fig.process`](https://yihui.org/knitr/options/#plots) seems to not be respected by reticulate.
I'm using the software carpentries' Rmarkdown template for creating lessons (https:…
-
[Sagemath](http://www.sagemath.org/) (a. k. a. Sage) is a mathematics software written in (and close to) Python. Its interactive environment is IPython, and it accepts *grosso modo* almost any legan p…
-
I has encountered a strange problem, and search it for many days: can't save plot to pdf or png file in interactive Rmarkdown.
This is the minimal example:
```R
png(file = "test.png")
plot(x = 0…
-
sorry I do not have time to write a formal pull request (some points are not for pull requests, either), but just some feedback and comments for now:
- GIT: always use a GIT GUI; almost never `git add…
yihui updated
10 years ago
-
I understand from the [documentation](https://bookdown.org/yihui/rmarkdown/language-engines.html#sql) that DBI is used in backend to run SQL chunk.
I try to reproduce the behaviour of running of R …
-
I've been trying to explain to people inside my team how we will use Plumber APIs inside our other R code.
So far we've used a fork copy of [https://github.com/bergant/rapiclient] with some auth ad…
-
See SO 68225360
https://stackoverflow.com/questions/68225360/rmarkdown-child-documents-not-rendering-properly-html-shows-in-the-output
-----
We have a big interactive Rmarkdown document using s…
-
Hi - another issue I'm running into: datatables from the DT package are not displaying correctly in terms of size, fonts, sliders and buttons. In ioslides they are displayed nicely,
See below exampl…
-
When I am trying to preview the code in Provenance tab, I clicked "Preview" and only that message shows up.
The information in RStudio console is:
Warning: Error in which: argument to 'which' is…
-
When `exercise.eval=TRUE`, the initial code in an exercise does not match the code entered by the user. It appears to be concatenated with `" "` rather than `"\n"`.
````markdown
---
title: "Tutorial"…