diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..ac7f665b --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Baio" + given-names: "Gianluca" + orcid: "https://orcid.org/0000-0003-4314-2570" +- family-names: "Berardi" + given-names: "Andrea" + orcid: https://orcid.org/0000-0002-2906-496X +- family-names: "Heath" + given-names: "Anna" + orcid: https://orcid.org/0000-0002-7263-4251 +- family-names: "Green" + given-names: "Nathan" + orcid: https://orcid.org/0000-0003-2745-1736 +title: "BCEA: Bayesian Cost-Effectiveness Analysis" +version: 2.4-5 +doi: 10.1007/978-3-319-55718-2 +date-released: 2023-11-20 +url: "https://gianluca.statistica.it/software/bcea/" diff --git a/NEWS.md b/NEWS.md index c542b7ca..438f6a62 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,6 +13,14 @@ Patch fixing small bugs from last CRAN release. _November 2023_ +Some cosmetic changes to clean up + +* Removed the (by now, unnecessary) appveyor webhook +* Added correct 'Remotes' in the 'DESCRIPTION' file to point to the correct GitHub repos for 'voi' and 'plotrix' +* Changed the class of the object 'smoking_output' to be used in the 'evppi' example avoiding the need for 'rjags' + +_October 2023_ + Moved internal EVPPI calculation out of `BCEA` and now uses `voi` package instead. Refactoring but retaining same interface and functionality.