talgalili / d3heatmap

A D3.js-based heatmap htmlwidget for R
Other
236 stars 95 forks source link

missing file link ‘shinyWidgetOutput’ #73

Closed NahuelGrasso closed 8 years ago

NahuelGrasso commented 8 years ago

Hello, I am trying to install this package in an R server (red hat) that doesn't have internet connection. I receive the following message: Installing package into ‘/usr/lib64/R/library’ (as ‘lib’ is unspecified)

Is this error due to a bad installation of dependencies like dendextend? Any advice? Thanks

jcheng5 commented 8 years ago

Hmmm, I don't know--I don't get this problem on my installation. It looks like the install succeeded despite the warning though; does it work?

NahuelGrasso commented 8 years ago

Actually, in my own laptop, it works perfectly, but in the server doesn't. So.., back to the problem, although the instalation says it worked, I get the following error when I launch the shiny app: ERROR: could not find function "d3heatmapOutput" It makes sense because the missing file link is shinyWidgetOutput. I'll try to install again the dependencies with an updated version from github and see what happen. If you have any clue or advice let me know. Thanks

NahuelGrasso commented 8 years ago

Hi, I solved the problem! maybe Rookie mistake. I checked that the method shinyWidgetOutput was from the htmlwidgets package, so I just added it to the global.R file and worked! Thanks