Ott Toomet
Ott Toomet
It is great to have a matrix data structure. In terms of machine learning type of usage, one should also add the main linear algebra methods besides matrix multiplication, in...
Thanks. > Side effects of color or symbol changes are probably the biggest show-stopper for this type of version control at the moment. I am not sure I understand what...
I think this kind of metadata (like open files, views, zoom settings) is typically stored in a separate file by IDE-s and such. Not sure if this might apply to...
Why do you want to have json format, @jmacura ? From git perspective, xml is good enough (given formatting does not change). I agree that json is somewhat more human...
Hmm... Interesting idea. I cannot commit before I have finished a few other things I promised to do but then I will take a look at the code. Now I...
After messing some time I got this to work. The trick is to: * replace `.rmd` with `.md` in __bookdown.yml_, and * run bookdown in the current folder as, e.g....
@cderv , was it a question to me? * I never tried the "foo" example with bookdown 0.24. So I cannot tell if it works (sorry, overlooked it in the...
In my big project I was using _index.rmd_ (all lower case, sorry for the typo above), that one has the yaml header. It seems that _index.Rmd_ is currently required. But...
I'd add a third option here: c) use the first file specified in the config file to look for the yaml header, and do not require the _input_ argument at...
Thanks for being so responsive!