Christoph Glur

Results 37 comments of Christoph Glur

Sorry if I'm asking the obvious: Does this mean we currently cannot use git-authors in conjunction with monorepo (and git submodules)? Or is there a workaround? For me, placing `git-authors`...

Got it, and makes sense! I have no time right now to try it out, but my thinking goes along these lines: 1. you can already now decorate a Node...

Only a quick note on the function assignment: I believe that was only possible in the dev branch. However, that's now pushed to the master, so it should work now,...

#29 would also be helpful to get the various probabilities in the sensitivity analysis, which is now not possible.

Is this still something you'd like to do? Got some ideas how to do sensitivity analysis in a very generic way but might need some feedback at a later stage.

@vnijs : Check out https://github.com/gluc/ahp I've implemented many of the above ideas for the Analytic Herarchy Process. Might be time for a dedicated DecisionTree package ;-)

@glennmschultz Not directly. I assume you want to add it at a specific position. Good idea! I opened #41

@glennmschultz Yes, absolutely, it's possible, check out e.g. ``` library(data.tree) data(acme) acme acme$AddChild("Marketing")$AddChild("Web")$parent$AddChild("Print") acme ``` What I would like to add is the possibility to add a sibling just after...

@vnijs awesome, will check it out!

Thx, Sebastian. A similar way is this: Pre-requisite: DiagrmmeRsvg and dependencies need to be installed Depending on your OS, you might have to install V8. For example on ubuntu: ```...