Max Gordon
Max Gordon
The `gTree` has been on my "I need to dig into this"-list for a long time. I haven't found any info though on how it works with `viewport`, the only...
Thanks. It was a while since I wrote this package. If you want to manually change the widths you need to somehow target this row: https://github.com/gforge/forestplot/blob/master/R/forestplot.R#L510
Sure, this is possible but I may have to put it on ice for now as I don't have the time if you want to tinker then the title is...
Neat. I try encapsulate as much as I can into functions that I call "private" as they aren't exported into the general namespace (they're available usin ::: e.g. forestplot:::prGridPlotTitle). They...
Sure, you just need to have do a grid.rect() before drawing the content.
The empty column is a odd design choice that I've made on purpose. I like underlining the headers and this was the only way that I got it to work....
I have nothing against adding this functionality but I currently lack the time for implementing this. Help is always welcome and it shouldn't be that tricky if you want to...
Hi Peter, yes, that was the fix for issue #26. I like when the table appears inside the notebook and adding the html-class seemed to do the job. This was...
Awesome. It seems like it may take a while before the rstudio team has time to fix this. I should probably post an rstudio issue
Thanks, excellent work as always. I'll post it to CRAN in a few days. I don't think any unit tests are possible here and the previous viewer code was untested.