diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..bb3bb06 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,52 @@ +# campsismisc 0.5.2 + +* Set up code coverage report with codecov.io #53 +* Add logo and badges to README #54 +* Add NEWS file to repository #55 + +# campsismisc 0.5.1 + +* Slowness detected on getForestPlot/getTornadoPlot call #51 + +# campsismisc 0.5.0 + +* Sensitivity analysis change: add 'where' argument (equation in model or theta) #48 +* Sensitivity analysis change: add 'log' argument #49 + +# campsismisc 0.4.4 + +* Review call to Campsis simulation #46 + +# campsismisc 0.4.3 + +* Slighly adapt the tornado plot item #44 (previous release version was not updated) + +# campsismisc 0.4.2 + +* Slighly adapt the tornado plot item #44 + +# campsismisc 0.4.1 + +* Make tests run with both rxode2 and mrgsolve #39 +* Show labels should be optional in tornado plots #40 +* Add argument 'limits' to getTornadoPlot and getForestPlot #41 +* Deactivate progress for the simulation of the base scenario #42 + +# campsismisc 0.4.0 + +* NA in item when unit of continuous covariate is not specified #32 +* Include GPLv3 license #33 +* Issue when simulating only 1 item/scenario #34 +* Remove level argument from calculate method #35 + +# campsismisc 0.3.0 + +* Parallel computation not working anymore #29 +* Update package due to refactoring of campsisnca #27 + +# campsismisc 0.2.2 + +* Strange regression in R4.3.1 when sampling parameter uncertainty with Campsis/mvrnorm #21 +* Rerun README #23 +* Setup GitHub actions workflow #24 +* Fix R CMD check #25 diff --git a/campsismisc.Rproj b/campsismisc.Rproj index 3d61f51..12e1fec 100644 --- a/campsismisc.Rproj +++ b/campsismisc.Rproj @@ -14,6 +14,6 @@ LaTeX: pdfLaTeX BuildType: Package PackageUseDevtools: Yes -PackageInstallArgs: --without-keep.source +PackageInstallArgs: --without-keep.source --install-tests PackageBuildArgs: --no-build-vignettes PackageCheckArgs: --no-build-vignettes