BCEA 2.4.5 CRAN
Moved internal EVPPI calculation out of BCEA
and now uses {voi}
package instead.
Refactoring but retaining same interface and functionality.
- Ensure using latest CRAN release of
{voi}
which has a patch so that BCEA can use it without losing functionality evppi()
tested against all use cases in BCEA book (1c1457d)- Select parameters by position (as well as name) in new
evppi()
(f2e4d00) - Use single parameter case only like
{voi}
package for methodssal
andso
(#140) - New
evppi()
matching output of oldevppi()
(1e2c5e7) - No longer require
INLA
package to be available inside ofBCEA
so can remove direct dependency. This helps with passing CRAN checks and GitHub Actions ()