JenniNiku / gllvm

Generalized Linear Latent Variable Models
https://jenniniku.github.io/gllvm/
48 stars 19 forks source link

Continuous integration #88

Closed BertvanderVeen closed 1 year ago

BertvanderVeen commented 1 year ago

This PR sets up continuous integration for gllvm to prevent future problems with commits to CRAN etc.

@JenniNiku, for the code coverage badge to work you will have to log-in on codecov.io with the github account associated to gllvm.

Note that the RMD-check shows one bug in vignette 1 on lines 321-322, coming from the model:

fit_env <- gllvm(y, X, family = "negative.binomial", num.lv = 1,
                 formula = ~ Bare.ground + Canopy.cover +
                   Volume.lying.CWD, seed = 1234)
BertvanderVeen commented 1 year ago

leaving this for now