RGF-team / rgf

Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
378 stars 58 forks source link

bump R version for Windows CI #339

Closed StrikerRUS closed 3 years ago

StrikerRUS commented 3 years ago

Run tests against the latest available R version. For Linux and macOS it is done automatically with the help of targeting latest Docker image and using Homebrew respectively.

Also, retry downloading of files 3 times to prevent CI failure due to server temporary issues or poor network connection.