adamsardar / metaDEGth

metaDEGth: meta-analysis of Differentially Expressed Genes using parametric, empirically-derived P-value distributions
Mozilla Public License 2.0
0 stars 1 forks source link

Migrate to github actions #26

Closed adamsardar closed 2 years ago

adamsardar commented 3 years ago

What

Set repo up to employ github actions to build and test package

Why

The package currently uses Appveryor and Travis, which have been superseded now (Travis open-source is no more, so people have moved away from it)

How

The R community have made it very easy to add github actions from a build template - see usethis::github_actions