Re: first draft of an RMarkdown export plugin

2018-10-30 Thread Stefan Rödiger
Hi, I second the suggestion by Thomas. I had the pleasure to use it. For me it was working will. Wouldn't it be nice to have this available via the RKWard git tool you have developed? Kind regards Stefan On October 30, 2018 5:54:43 AM UTC, Thomas Friedrichsmeier wrote: >Hi, > >On Wed, 24

Re: first draft of an RMarkdown export plugin

2018-10-29 Thread Thomas Friedrichsmeier
Hi, On Wed, 24 Oct 2018 21:04:18 +0200 meik michalke wrote: > did you have the chance to have a look at the most recent version of > the export plugin? sorry, I delayed this, and now the seafile link has expired. But why don't you just add it to our git repo. It's not like we cannot apply any

Re: first draft of an RMarkdown export plugin

2018-10-24 Thread meik michalke
hi, Am Freitag, 19. Oktober 2018, 13:30:30 CEST schrieb Thomas Friedrichsmeier: > > when the plugin starts with one of those two options and targenFile > > is not set yet, you can't submit although i believe i've defined the > > "required" rules accordingly. notably, you only have to scroll to

Re: first draft of an RMarkdown export plugin

2018-10-19 Thread Thomas Friedrichsmeier
Hi, On Mon, 15 Oct 2018 00:55:14 +0200 meik michalke wrote: > Am Sonntag, 14. Oktober 2018, 21:01:22 CEST schrieb meik michalke: > > check out the new version of the plugin, it's pretty great already: > > https://galactica.psycho.hhu.de/seafile/f/37d018e8bb554c3385b2/ > [...] > > - i've also

Re: first draft of an RMarkdown export plugin

2018-10-17 Thread meik michalke
hi, some further tweaks to the export plugin, most significantly it exports HTML vignettes properly: https://galactica.psycho.hhu.de/seafile/f/37d018e8bb554c3385b2/ you should also upgrade XiMpLe and then rkwarddev one more time to the most recent develop branch: library(devtools)

Re: first draft of an RMarkdown export plugin

2018-10-14 Thread Thomas Friedrichsmeier
Hi, On Sat, 13 Oct 2018 21:01:45 +0200 meik michalke wrote: > Am Samstag, 13. Oktober 2018, 13:48:48 CEST schrieb Thomas > Friedrichsmeier: > > - Unless a lot more options get added, I'd suggest to merge the two > > tabs of the plugin. > > yes, i thought about it. i mainly hid the version

Re: first draft of an RMarkdown export plugin

2018-10-13 Thread Stefan Rödiger
Hi, actually I had to look a bit found it because I didn't find it. Then I read the source code and finally 'found' it. Maybe others may have also some thoughts about that. ''special context menu'' is certainly the best practise IMHO. This would keep the interface lean and elegant. BTW, thanks

Re: first draft of an RMarkdown export plugin

2018-10-13 Thread meik michalke
hi, Am Samstag, 13. Oktober 2018, 13:59:34 CEST schrieb Stefan Rödiger: > indeed a great thing! All tests worked well here. that's great to know! > A general remark on RMarkdon in RKWard. Methinks, RMarkdown is more like a > method/philosophy than just a functionality. Rmarkdown is in data

Re: first draft of an RMarkdown export plugin

2018-10-13 Thread Stefan Rödiger
Hi, indeed a great thing! All tests worked well here. A general remark on RMarkdon in RKWard. Methinks, RMarkdown is more like a method/philosophy than just a functionality. Rmarkdown is in data science with R very intensively used. Why not put it as separate menu entry on a prominent place?

first draft of an RMarkdown export plugin

2018-10-12 Thread meik michalke
hi, here's what i've done so far: https://galactica.psycho.hhu.de/seafile/f/37d018e8bb554c3385b2/ (URL is valid for seven days) it's an rkwarddev script, and you'll need the latest development snapshot from GitHub because i found & fixed some issues along the way: library(devtools)