-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: knitr support #468
Comments
I am not familiar with knitr and have only very superficial knowledge of R. Could you explain a little more about what knitr does or what you're trying to do? |
knitr (https://yihui.name/knitr/demos/ ) is a library which allows processing of R code chunks. These can be quite useful for output of figures, statistics and data manipulation. R has become the de-facto standard for open-source statistical software and has thousands of R libraries including some great ones for making graphs (e.g. DiagrammeR http://rich-iannone.github.io/DiagrammeR/graphviz_and_mermaid.html and ggplot2 http://www.r-graph-gallery.com/portfolio/ggplot2-package/ ). With knitr chunks R can be easily integrated into markdown documents as everything is handled by the library and the output is plain text or image files. Here's a couple of introductions to it: https://www.r-bloggers.com/r-markdown-and-knitr-tutorial-part-1/ |
[1.x] Fix: Set moment.js locale to users' locale (hackmdio#275)
It would be great to have inline support for R code via knitr chunks.
perhaps this could be offloaded to a user-specific R server
The text was updated successfully, but these errors were encountered: