davidtedfordholt / fable.bsts

Implementation of the bsts package for use with the fable framework
8 stars 3 forks source link

Add Travis stuff #10

Closed davidtedfordholt closed 4 years ago

davidtedfordholt commented 4 years ago

It seems like I should use this. And probably other tools for checking package builds and coverage and whatnot.

mitchelloharawild commented 4 years ago

Worth looking into GitHub Actions via https://github.com/r-lib/actions instead of Travis. Up to personal preference of course, but I've found it nicer to work with and many R packages are beginning to use it. If you would like help with this, let me know.

davidtedfordholt commented 4 years ago

I'll learn about them over the weekend. Anything that's nicer to work with is my personal preference.

davidtedfordholt commented 4 years ago

Added basic CI action. For now, this seems enough.