[datatable-help] Making data.table shiny aware or vice-versa?

Adam Caldwell adam.caldwell at gmail.com
Sat Dec 1 03:11:02 CET 2012


Ran into a bit of an issue using data.table in the shiny project I'm
working on, though google led me to someone with a similar problem,
and I resolved my issue by adding:

assignInNamespace("cedta.override","shiny","data.table")

To my project. Is this something that should be fixed in data.table or
shiny, or should I just continue to use this workaround? I didn't want
to file a bug if this isn't considered to be a bug.

Thanks,
--Adam


More information about the datatable-help mailing list