daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
383 stars 45 forks source link

Travis randomly fails sometimes #140

Closed crew102 closed 5 years ago

daattali commented 5 years ago

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

crew102 commented 5 years ago

Haha, that's what it feels like

crew102 commented 5 years ago

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 - https://github.com/r-lib/remotes/issues/210#issuecomment-448582301, 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.

daattali commented 5 years ago

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