hafen / trelliscopejs

TrelliscopeJS R Package
https://hafen.github.io/trelliscopejs
Other
263 stars 37 forks source link

Result not showing on [R 3.5.2] and [RStudio 1.1.4.6.3]on [Ubuntu 18.04] and [Windows 10], Dataset=Gapminder (example) #75

Open bgulliano opened 5 years ago

bgulliano commented 5 years ago

Hi, I have install trelliscopejs package from R CRAN, try to follow Datacamp sample (gapminder data), but after processing progress bar: "writing panel", the chart not show anything.. My R version and RStudio is at the subject.

image

image

image

image

hafen commented 5 years ago

I have the same versions of everything (RStudio, R, trelliscopejs) but I'm on a mac and it works for me. Can you try the following:

options(viewer = NULL)

And then re-create the display?

bgulliano commented 5 years ago

Hi, thank you, it works by loading directly to Google Chrome browser... (but on the RStudio it is still blank)..

Same with R Markdown, it load on Google Chrome, but not on the markdown...(screen shoot below)

Is this normal ? or is there something more that I need to install ?

image

image

Within R Markdown: image

image

bgulliano commented 5 years ago

Also, additional information, if I knit the RMarkdown above, it show an error as well: image