dime-worldbank / googletraffic

R package to query Google Maps traffic data and transform into data
Other
55 stars 9 forks source link

Installation Steps and Checks #5

Closed RRMaximiliano closed 1 year ago

RRMaximiliano commented 1 year ago

From a fresh R and Rstudio install I got the following:

image

I had to install googleway, plotwidgets, sf,

Warning message:

image

I got this error after running the first part:

image

So, I had to install webshot.

After the second run, I got this which are only warning messages:

image

I can still get the ggplot after getting the above message, but I wanted to share what I got.

image

The same happens when I use the examples in the vignette.

I will continue looking and running more examples tomorrow.

ramarty commented 1 year ago

Super helpful, thanks! Looks like installing the package isn't actually installing the dependency packages -- will look into / fix this.