knitr-js
Version:
Javascript implementation of knitr and R Markdown
23 lines (22 loc) • 339 B
JSON
{
"render": {
"echo": true,
"eval": true,
"include": true,
"message": true,
"warning": true
},
"format": {
"highlightjs": ""
},
"engines": {
"javascript": "node",
"python": "python",
"r": "Rscript",
"typescript": "ts-node"
},
"commands": {
"node": "node -e",
"rustc": ""
}
}