Skip to content
Prev 11744 / 21312 Next

[Bioc-devel] Printing DataFrame with nested data.frame/DataFrame/DataFrameList

Hi Jialin,

Thanks for the excellent report. These "show" methods like
many others in Bioconductor, rely on low-level helper showAsCell()
which was not working properly on data-frame-like or array-like
objects with a single column, or on SplitDataFrameList objects.

This should now be addressed. The fix is in S4Vectors 0.14.5
(release) and 0.15.10 (devel). Both should become available
via biocLite() in about 24 hours.

Let us know if you still see "show" problems after you update.

Thanks,
H.
On 09/28/2017 01:19 AM, Jialin Ma wrote: