Skip to content

Commit

Permalink
#55 Add NEWS file to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
luyckxn committed Nov 15, 2024
1 parent 3fa7f94 commit 5ed03f3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion campsismisc.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ed03f3

Please sign in to comment.