config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 20 forks source link

Use GitHub Actions for R CMD check. #181

Closed kabalin closed 3 years ago

kabalin commented 3 years ago

This patch brings CI testing to next level by replacing Travis manifest with GitHub Actions workflow.

Please refer to https://github.com/r-lib/actions/tree/master/examples for more inspirational examples.

Notes:

More useful information sources:

kabalin commented 3 years ago

GHA workflow run of this change: https://github.com/kabalin/smooth/actions/runs/923103076 It is probably required to activate Actions in this repo.

config-i1 commented 3 years ago

Thanks a lot, Ruslan! I'll check how it works :)

kabalin commented 3 years ago

Can't explain why it did not fail in 3.6 when I run it in my repo though 😕

config-i1 commented 3 years ago

My repo is cursed! :D

kabalin commented 3 years ago

My repo is cursed! :D

Session info is slightly different here https://github.com/kabalin/smooth/runs/2788447770?check_suite_focus=true#step:9:26 comparing with https://github.com/config-i1/smooth/runs/2792035595?check_suite_focus=true#step:9:26, some packages got R tag next to them (it says removed at the legend below). Not sure why and what that actually means, could be a change upstream.

config-i1 commented 3 years ago

As I read it, quantreg package wasn't installed in my case for some reason. I don't think it's a big issue. At least, it's not on my side :)