daattali / ggExtra

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

Test gg marginal under ggplot2 v3.2.0 #146

Closed crew102 closed 5 years ago

crew102 commented 5 years ago

Adds expected test figs under ggplot2 version 3.2.0 and updates expected test figs under dev version of ggplot2

crew102 commented 5 years ago

More issues with installing dev version of ggplot2. I'll take a look later this week and update this PR then.

crew102 commented 5 years ago

This was failing b/c we were hitting Github's API throttling limits (issue related to #140). I'm not sure why we were hitting these limits, though, as we both have the GITHUB_PAT envvar set in Travis. This means that we should have been successfully authenticating to the API, and hence not been subject to the relatively low rate limits placed on non-authenticated requests. Anyway, I created a new access token by following the steps in https://github.com/r-lib/remotes/issues/210#issuecomment-448582301 and that seemed to fix the build. Can you create a new token, store it as GITHUB_PAT in Travis, and restart the build?

daattali commented 5 years ago

Done. Restarting the build

crew102 commented 5 years ago

Forgot to mention, this PR closes #141