ShanaScogin / BayesPostEst

An R package to generate and plot postestimation quantities after estimating Bayesian regression models using MCMC
https://shanascogin.github.io/BayesPostEst/
GNU General Public License v3.0
12 stars 2 forks source link

Develop #90

Closed ShanaScogin closed 2 years ago

ShanaScogin commented 2 years ago

moved some packages from depends into suggests, added conditionals for tests, and moved data from data to testdata

ShanaScogin commented 2 years ago

Two fails for this one, one for not being able to load rjags (windows test) and one for not passing the runjags test (guessing that's for the lack of the inits argument, for which I have a suppress warning right now), but since this passes on my local and passes for the two other OSs with gitactions, I'm going to merge it.