morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

Create GitHub Actions to re-build the package on each update #168

Closed Kdreval closed 1 year ago

Kdreval commented 1 year ago

We need a GitHub actions to be set up for GAMBLR, in a way that will trigger package build when PR is created and master is updated. This will allow us to catch any dependencies issues at the time when (if) they are introduced, and will ensure successful reproducible installation in a new environment every time.

Kdreval commented 1 year ago

This is implemented in #177