John Ehrlinger
John Ehrlinger
My package compiles a vignette with LaTeX, but still fails on Travis because of missing latex packages. Is there an option to either install the missing `xcolor` or `booktabs` packages...
Got it working again... with: ``` apt_packages: - texlive-full ``` May have been brute force, but it succeeds. Of course, it also makes Travis run LONGER, but it's all automated...
Certainly seems to be a plot.variable issue. Though I still have some digging to do to correct this. It will also fail in the release currently being reviewed for CRAN.
Escalated this to randomForestSRC team https://github.com/kogalur/randomForestSRC/issues/339
plot.variable has been deprecated (possibly?). Will need to rewrite the ggPartial methods to take advantage of the partial.rfsrc method to restore previous behavior.
The package was updated to be compatible with randomForestSRC 2.x and ggplot2 2.x recently. You do have to update all three packages simultaneously though, if you want to use the...
It would then require a journal article, and another alternate vignette. Which is probably what this will become as I move it forward. On Fri, Jan 22, 2016 at 10:32...
If I wrote the vignettes correctly (I will need to verify that this might actually work), it might be extremely easy to get what you are requesting. Go to the...
The code is in the randomForestSRC::plot.survival function
Specifically, the minimal functions. gg_rfsrc (rename this?) gg_error gg_roc gg_vimp gg_variable gg_partial gg_partial_coplot