daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements

Home Page:http://daattali.com/shiny/ggExtra-ggMarginal-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis randomly fails sometimes

crew102 opened this issue · comments

Travis randomly fails sometimes

Is this not just one of life's great mysteries that are meant to remain unsolved?

Haha, that's what it feels like

So the issue here is that we are relying on the github API to install the latest version of ggplot2, and we're running into one of the API's throttling limits during the build. I implemented the solution mentioned here - r-lib/remotes#210 (comment), and that seemed to fix the build for my Travis account. Can you do the same for your Travis account?

I have one small change to #139 that I need to make. Once you add the GITHUB_PAT envvar to your travis settings for ggExtra, I'll add that commit to the PR and we can see if the build passes.

That does sound like a sensible reason for those failures. Thanks for investigating. I've added the envvar to my travis, let's try the new build