-
About [~3k packages on CRAN use a `.bib` file](https://github.com/search?q=org%3Acran%20path%3A*.bib&type=code) in their vignette and there are more that embed the bibliography created from BibTeX. Of…
-
Would it be worth giving a little nudge via a message / warning if `fig.alt` is not provided for an image/plot within a document?
-
With options works okay:
````
---
output:
litedown::html_format:
options:
number_sections: true
knit: litedown:::knit
---
## Pressure Plot
```{r pressure, echo=FALSE}
plot…
-
Apologies if you're aware but the main landing page (https://yihui.org) seems to be down. Other pages such as https://yihui.org/litedown/ are accessible though.
-
... you can ~either~ set the path ...
The "or" is after a few lines:
... Alternatively, ...
https://github.com/yihui/litedown/blob/9f5c93692795dc1dfc18efd073fe01fdccfd9a94/docs/03-mark.Rmd#L272…
-
Consider this minimal example:
````
---
title: "Inline R code gets executed in commented code"
output: html_document
---
````
This will throw an error:
> processing file: …
-
I have a long RMD document which Runs correctly, but is throwing an error when Knitting, on this comment line (which is not in a chunk).
```
```
Knitr is trying to evaluate the R expression b…
-
> Someday you may even be able to get rid of the dependency on **knitr**, since I may provide [a simple `knit()` function](https://github.com/rstats-gsod/gsod2022/issues/5#issuecomment-1048914975) in …
-
https://mastodon.social/@yihui/111632635633999887
So this works
```
echo 'Hello, today is `r Sys.Date()`.' > hi.Rmd
Rscript -e 'markdown::mark_html("hi.Rmd")'
xdg-open hi.html
```
-
Given the document:
---
title: "Untitled"
output: html_notebook
---
```{r}
print(1)
```
Attempting to knit this document will actually process and ren…