googleCharts icon indicating copy to clipboard operation
googleCharts copied to clipboard

"column" is masked from ‘package:shiny’

Open kekel opened this issue 10 years ago • 2 comments

Great package, but when I installed this with devtools, the "fixedPage" and "fixedRow" functionality in shiny broke since "column" is masked:

Attaching package: ‘googleCharts’

The following object is masked from ‘package:shiny’:

    column

kekel avatar Sep 01 '14 01:09 kekel

Ah, I wished I had seen this issue - could have saved me at least 24 hours! This indeed is a problem. But otherwise the package seems brilliant.

aliarsalankazmi avatar Apr 03 '15 22:04 aliarsalankazmi

A workaround for this issue: shiny::column(width=4)

mnfost avatar Oct 23 '15 15:10 mnfost