Closed kuriwaki closed 7 years ago
Thanks. @tedenamorado and @bfifield let's make sure that both types can be handled in the code and this should be noted in the documentation too.
Will do! Thanks for pointing that out Shiro. We will add a warning if someone wants to use something different from data.frame, data.table, or dplyr.
Using datasets that are
dplyr
ordata.table
objects instead of simplydata.frame
isn't a good input for the gammaCKpar() insidefastLink
.It might not be worth changing the code because
data.frame
is the standard. I thought I'd post because there was no warning and it took me a while to figure this out when usingfastLink
. The code below should be reproducible.