You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning('Inserting HTML strings into <head> is currently not supported')
looks as though a warning should be issued when an htmlwidget object attempts to put code in the HTML header. That's what rgl currently does, and it just fails to display with no warning.
I've modified rgl (currently in the devel version 1.0.15) to put the shader code elsewhere as a workaround. In case some other htmlwidget uses the header it would make debugging easier if the warning showed up.
The text was updated successfully, but these errors were encountered:
This code:
repr/R/repr_htmlwidget.r
Line 9 in 6a050b7
looks as though a warning should be issued when an htmlwidget object attempts to put code in the HTML header. That's what
rgl
currently does, and it just fails to display with no warning.I've modified
rgl
(currently in the devel version 1.0.15) to put the shader code elsewhere as a workaround. In case some other htmlwidget uses the header it would make debugging easier if the warning showed up.The text was updated successfully, but these errors were encountered: