daijiang / phyr

Functions for phylogenetic analyses
https://daijiang.github.io/phyr/
GNU General Public License v3.0
30 stars 10 forks source link

Gh actions #78

Closed rdinnager closed 2 years ago

rdinnager commented 2 years ago

Okay, this PR does a few things.

  1. Sets up github actions testing - Note: we are getting some failures, I managed to fix some but I think I will need help figuring this rest out.
  2. Fixes some bugs in simulate for the Bayesian model, which hopefully fixes #77 (but I haven't tested it)
  3. Updates some of the tests to replace deprecated functions from testthat
daijiang commented 2 years ago

Thanks!

rdinnager commented 2 years ago

Cool! Now we just have to fix those failures at some point. Also, I realise I forgot to reknit the readme, so that we can see the github actions badges. I'll do that at some point.