googleVis
googleVis copied to clipboard
googleVis RMarkdown
When I use the following code, I am getting the error
library(googleVis)
op = options(gvis.plot.tag='chart')
M = gvisMotionChart(Fruits, "Fruit", "Year",
options=list(width=600, height=400))
M
pandoc: Could not fetch https://www.google.com/jsapi?callback=displayChartMotionChartIDacc71caca3e7 TlsException (HandshakeFailed (Error_Protocol ("certificate has unknown CA",True,UnknownCa))) Error: pandoc document conversion failed with error 67 Execution halted
Strange, I can't reproduce your issue. Perhaps this is caused by security settings at your end.
Yes you are right, I could get them in home network. But in Rstuio and shiny apps they are displaying without a problem. Only RMarkdown is not rendering. Why?
From: Markus Gesmann <[email protected]>
To: mages/googleVis [email protected] Cc: dnchari [email protected] Sent: Tuesday, May 12, 2015 2:56 AM Subject: Re: [googleVis] googleVis RMarkdown (#20)
Strange, I can't reproduce your issue. Perhaps this is caused by security settings at your end.— Reply to this email directly or view it on GitHub.
I don't know. Perhaps a question for RStudio?
I tried to plot a graph but there is only source codes display on Natural Language Analysis with R and test01.
Its work when I used to plot on cv with op <- options(gvis.plot.tag='chart')
but sounds not workable on my current graphs. Kindly assist.
Please provide a minimal reproducible example.
Here is the http://rpubs.com/englianhu/test01 sample with coding which shows the graph doesn't display as what we saw inside Natural Language Analysis with R and test01.
http://rpubs.com/englianhu/test01 http://rpubs.com/englianhu/test02
2015年12月17日(木) 15:26 Markus Gesmann [email protected]:
Please provide a minimal reproducible example.
— Reply to this email directly or view it on GitHub https://github.com/mages/googleVis/issues/20#issuecomment-165355262.
@mages http://rpubs.com/englianhu/googleVis-rCharts
Well, I don't know how to reproduce this error. In a fresh environment on Window10, RStudio, I just cannot render either the tutorial files, or my files to html. The place of the chart remains empty, as if the scripts cannot run. I tried as self-contained html and not-self-contained, but to no avail. I get the output without the charts.
Have you tested if this is an RStudio issue?
On 6 Nov 2016, at 10:35, Daniel Antal [email protected] wrote:
Well, I don't know how to reproduce this error. In a fresh environment on Window10, RStudio, I just cannot render either the tutorial files, or my files to html. The place of the chart remains empty, as if the scripts cannot run. I tried as self-contained html and not-self-contained, but to no avail. I get the output without the charts.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Good question. Given that RMarkdown is developed by RStudio, I currently have no idea how to test it.