-
I know this package from https://bookdown.org/yihui/rmarkdown-cookbook/equatiomatic.html. Like the actual coefficent output,
```
#> $$
#> \operatorname{\widehat{mpg}} = 34.66 - 1.59(\operatornam…
-
Hello, I try to dynamically generate markdown sections with plots and I have very weird behaviours both when I compare html_document and html_notebook and when I compare with a constant plot and with…
-
In an Rmarkdown document, there is multicollinearity between **Year** and **Month**. The processing in regression analysis is generally to consider the VIF value after calculating the model (more than…
-
https://github.com/codemeta/codemeta/pull/97/files
**Should be quite straightforward thanks to https://github.com/ropensci/jsonld**
See https://github.com/codemeta/codemeta/issues/122
- [ ] c…
nuest updated
7 years ago
-
I have modularized my vignette Rmd file using `child` chunks to be able to reuse the child Rmd files in other Rmd documents via
```
```{r child = "child_doc.Rmd"} ...
```
for this output and e…
-
It would be really useful to provide a list of RAP related packages and a visual schematic/process diagram of their usage in the RAP. Including:
Rmarkdown/ knitr
drake
here
renv/packrat
usethis…
-
I tried embedding a video into my power point presentations for work, I tried
- the [official approach](https://bookdown.org/yihui/rmarkdown/learnr-videos.html)
`![demo1](demo.mp4)`
- [this app…
-
Last week:
- planned
- reviewed github
Coming week:
- [ ] practice rmarkdown and publishing
-
I use RMarkdown, and include footnotes like [^1] and then at the end of the document
[^1]:
The footnote in the text does not get superscripted, and the footnote text at the end of the page is in a…
-
Hello @jennybc,
I encountered an error when I rendered a rmd file using make. The error is "pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_avail…