Randy Johnson

Results 3 issues of Randy Johnson

I appears that IntervalTree is no longer exported by IRanges. Source package for 2.10.5 downloaded from Bioconductor has no entries in the NAMESPACE file for IntervalTree.

I'm getting the following error when passing a tibble. I'm guessing this is the same problem that was reported in Issue #8. ## Example ``` library(dplyr) library(JointAI) set.seed(284397) lm_imp(y ~...

Bug fix for passing tibbles to model_imp functions. See Issues #12 and #8 for details.