genmeblog
genmeblog
For such created empty-symbol we need to fix printing (we can't evaluate it).
Maybe even session should be nil and never be assigned to the session
I think data transfer to Clojure solves that issue. RObject represents data on the R side and is only a handler. If user wants to access rows, he/she should transfer...

Tried with newest version. Synthax quote is not rendered in the code block (but it's rendered). The rest looks ok.
Ok, thanks.
Adding `^:nextjournal.clerk/no-cache` to the namespace fixes above
It dissapears when you clear cache before generating static html
I did a review. I see mainly one issue with changing `typeof` contract. The other two are just optimization proposals.
Thanks! Maybe it's not clear in tutorial but regex can be used only to catch groups, ie. this should work: `#"(\d)\s{1}(\d)\s{1}(\d)"`. If you want to use regex as a split...