daijiang / phyr

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

logLik is not in print.communityPGLMM when family != gaussian #83

Open arives opened 1 year ago

daijiang commented 1 year ago

Tony, it is fixed now. You can install it with the following code.

options(repos = c(
  phyr = 'https://daijiang.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))
install.packages('phyr')