vegalite icon indicating copy to clipboard operation
vegalite copied to clipboard

R CMD check fails

Open jsonbecker opened this issue 8 years ago • 2 comments

fix this R CMD check ERROR: Running examples in
‘vegalite-Ex.R’ failed The error most likely
occurred in: > ### Name: from_spec > ### Title: Take
a JSON Vega-Lite Spec and render as an htmlwidget >
### Aliases: from_spec > > ### ** Examples > >
from_spec("http://rud.is/dl/embedded.json") Error in
file(con, "r") : cannot open the connection Calls:
from_spec -> readLines -> file Execution halted

This may be isolated to my local machine so I'd love to know if anyone can replicate this issue.

jsonbecker avatar Feb 03 '17 03:02 jsonbecker

I've found the same error while doing revdep checks on clipr.

mdlincoln avatar Jun 19 '17 16:06 mdlincoln

it cld be due to my site redirecting to https which doesn't work with readLines

hrbrmstr avatar Jun 20 '17 01:06 hrbrmstr