giabaio / BCEA

Bayesian Cost Effectiveness Analysis. Given the results of a Bayesian model (possibly based on MCMC) in the form of simulations from the posterior distributions of suitable variables of costs and clinical benefits for two or more interventions, produces a health economic evaluation. Compares one of the interventions (the "reference") to the others ("comparators"). Produces many summary and plots to analyse the results
https://gianluca.statistica.it/software/bcea/
GNU General Public License v3.0
40 stars 16 forks source link

Expanded Travis testing grid #16

Closed seabbs closed 4 years ago

seabbs commented 4 years ago

It would be really great to have BCEA tested against multiple versions of R (release, devel, and older etc.) It would also be great to have testing against Linux, MacOS, and Windows (I might have missed this).

Linked to #6

giabaio commented 4 years ago

All my development is in Linux, so I do use tools such as Travis. BUT: see my response to your issue #8 --- if you have something more specific in mind, let me know!

seabbs commented 4 years ago

Great.

So by this, I really meant testing against different Linux flavors, macOS, and Windows (which you are doing with Appveyor :smile:) and multiple versions of R.

Travis can be configured to do this (example) but as far as I can tell your current set-up is just running a single check on the release version of R.

Are you happy for a pull request on this?

giabaio commented 4 years ago

Sure.