cran / neatmaps

:exclamation: This is a read-only mirror of the CRAN R package repository. neatmaps — Heatmaps for Multiple Network Data. Homepage: https://github.com/PhilBoileau/neatmaps
Other
1 stars 1 forks source link

neatmaps gives error 'heatmap' objects don't have these attributes: 'showlegend' #1

Closed biobug16 closed 4 years ago

biobug16 commented 4 years ago

Hi All, while using neatmaps with consensusMap(neat_res) or neat_res$heatmap, I am getting following error:

'heatmap' objects don't have these attributes: 'showlegend' Valid attributes include: 'type', 'visible', 'opacity', 'name', 'uid', 'ids', 'customdata', 'meta', 'hoverinfo', 'hoverlabel', 'stream', 'transforms', 'uirevision', 'z', 'x', 'x0', 'dx', 'y', 'y0', 'dy', 'text', 'hovertext', 'transpose', 'xtype', 'ytype', 'zsmooth', 'connectgaps', 'xgap', 'ygap', 'zhoverformat', 'hovertemplate', 'zauto', 'zmin', 'zmax', 'zmid', 'colorscale', 'autocolorscale', 'reversescale', 'showscale', 'colorbar', 'coloraxis', 'xcalendar', 'ycalendar', 'xaxis', 'yaxis', 'idssrc', 'customdatasrc', 'metasrc', 'hoverinfosrc', 'zsrc', 'xsrc', 'ysrc', 'textsrc', 'hovertextsrc', 'hovertemplatesrc', 'key', 'set', 'frame', 'transforms', '_isNestedKey', '_isSimpleKey', '_isGraticule', '_bbox'

Any help to solve this issue, will be highly appreciated.

Thanks

gaborcsardi commented 4 years ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Thanks!

biobug16 commented 4 years ago

Oh I missed it, Thank you for pointing this out.