JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
830 stars 96 forks source link

[FR] RMarkdown style chunk option specification #352

Closed aviatesk closed 4 years ago

aviatesk commented 4 years ago

description

In RMarkdown we specifie code chunk options in the syntax of {r, k1 = v1, k2 = v2, ...}, while it will result in error at parsing or evaluation in Weave. With the power of Julia's string manipulation and metaprogramming, supporting the syntax will be easy.