adamsardar / currentFlowCentrality

A generalisation of network closeness and betweeness to all paths rather than just geodesics
Mozilla Public License 2.0
0 stars 0 forks source link

Switch to use of github actions #5

Closed adamsardar closed 2 years ago

adamsardar commented 2 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)

How

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