Skip to content

Commit

Permalink
add trailing / to pass CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
n8thangreen committed Jan 10, 2025
1 parent 4179e72 commit 7a8ced5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ License: GPL-3
URL: https://gianluca.statistica.it/software/bcea/,
https://gianluca.statistica.it/,
https://github.com/giabaio/BCEA/,
https://n8thangreen.github.io/BCEA
https://n8thangreen.github.io/BCEA/
NeedsCompilation: no
RoxygenNote: 7.3.2
Encoding: UTF-8
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_January 2025_

* In `ceplane.plot()` for `{ggplot2}` version used the ggplot syntax thats already used for other plotting arguments so that we can now pass e.g. `wtp = list(value = 20000, colour = "blue", x = 10, y = 10, size = 4)`. This closes issue #151 so can do something like `wtp = list(size = 0)` to hide the willingness to pay text. (3d8a770)
* In `ceplane.plot()` for `{ggplot2}` version used the ggplot syntax thats already used for other plotting arguments so that we can now pass, e.g. `wtp = list(value = 20000, colour = "blue", x = 10, y = 10, size = 4)`. This closes issue #151 so can do something like `wtp = list(size = 0)` to hide the willingness to pay text. (3d8a770)
* Small features added which were missing for the new edition of the BCEA book:
- Extended `ggplot` version legend to take a vertical or horizontal part to the `pos` argument (85ba87f)
- Relative font size argument `rel` for ceplane and ceac plot (8d1586f)
Expand All @@ -28,11 +28,11 @@ Patch fixing small bugs from last CRAN release.

_November 2023_

Some cosmetic changes to clean up
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'
* 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_

Expand Down
2 changes: 1 addition & 1 deletion man/BCEA-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a8ced5

Please sign in to comment.