Skip to content
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

Open
zeigerpuppy opened this issue May 28, 2017 · 2 comments
Open

feature request: knitr support #468

zeigerpuppy opened this issue May 28, 2017 · 2 comments
Labels
feature Wants to add a new feature

Comments

@zeigerpuppy
Copy link

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

@SISheogorath SISheogorath added the feature Wants to add a new feature label Oct 6, 2017
@ccoenen
Copy link
Contributor

ccoenen commented Oct 6, 2017

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?

@ccoenen ccoenen added the needs info There is some information missing label Oct 6, 2017
@zeigerpuppy
Copy link
Author

zeigerpuppy commented Oct 12, 2017

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/
https://sachsmc.github.io/knit-git-markr-guide/knitr/knit.html

@SISheogorath SISheogorath removed the needs info There is some information missing label Oct 12, 2017
JJediny pushed a commit to 18F/codimd-cloudgov-template that referenced this issue Dec 16, 2020
[1.x] Fix: Set moment.js locale to users' locale (hackmdio#275)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Wants to add a new feature
Projects
None yet
Development

No branches or pull requests

3 participants