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

Add webhook to trigger build when new version of ggplot2 passes #44

Closed crew102 closed 6 years ago

crew102 commented 7 years ago

I did some research on this and I don't think it's possible to trigger based on another users repo...Do you know anyone who might know?

daattali commented 7 years ago

To be honest, I haven't done my research on the topic and I don't know too much about it. Let's see if someone on twitter knows the answer off the top of their heads (I assume they will either have an easy answer or a flat out "no")

https://twitter.com/daattali/status/854069187404288000

daattali commented 7 years ago

Looks like the solution is to use Cron Jobs in travis, to automatically run the tests once per day/week

https://docs.travis-ci.com/user/cron-jobs/

crew102 commented 7 years ago

I set this up for my travis account many moons ago and forgot to mention it. I think we can close this.