You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: