Yihui Xie
Yihui Xie
Coverage is 0% at the moment 😞 https://codecov.io/github/yihui/xfun?branch=master
Some examples: ``` r Sys.setlocale(, 'English') # can also try 'German_Austria' # [1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252" evaluate::evaluate("'\u0161'") # [[1]] # $src # [1] "'Å¡'" # # attr(,"class") #...
https://github.com/yihui/knitr/issues/2057 It will be great if you could make a CRAN release at some time after merging this PR. Thank you!
1. When the `tasklist` extension is enabled by default in **markdown** in future, there will be spaces before the items. 2. Language class names will have a `language-` prefix. This...
I recommend that we release this package to CRAN as early as possible, because **rmarkdown** depends on it. CRAN will only build binaries for the R versions `x.y`, `devel`, and...
We need some more examples to demonstrate Markdown features mentioned in Chapter 2 of the bookdown book: https://bookdown.org/yihui/bookdown/components.html So far we have only covered citations and HTML widgets.
Per request of @thomasp85 https://twitter.com/thomasp85/status/923263990121353218 Something like this should work (requires FFmpeg): ```` ```{r random, fig.show='animate', ffmpeg.format='gif', dev='jpeg'} for (i in 1:10) plot(runif(100), ylim = c(0, 1)) ``` ````
This is a great "how-to" example: https://xvrdm.github.io/2017/10/23/socialize-your-blogdown/ We should (briefly) mention it on our website.
We need to briefly introduce this example early in the book. Is Section 1.5 the best place? @apreshill When you are ready, please submit a PR to the blogdown repo....
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:...