Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: dynamicpv
Title: Evaluates Present Values and Cost-Effectiveness With Dynamic Pricing And Uptake
Title: Evaluates Present Values and Cost-Effectiveness with Dynamic Pricing and Uptake
Version: 0.4.0
Authors@R: c(
person("Dominic", "Muston", , "dominic.muston@msd.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4876-7940")),
person("John", "Blischak", role = c("ctb"),
comment = c(ORCID = "0000-0003-2634-9879")),
person("John", "Blischak", role = c("ctb"),
comment = c(ORCID = "0000-0003-2634-9879")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = c("cph", "fnd"))
)
Description: Evaluates present values and cost-effectiveness with dynamic pricing and uptake.
Expand All @@ -15,6 +15,8 @@ BugReports: https://github.com/MSDLLCpapers/dynamicpv/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
dplyr,
readr,
Expand All @@ -32,7 +34,5 @@ Suggests:
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
Depends:
R (>= 3.5)
LazyData: true
VignetteBuilder: knitr
6 changes: 3 additions & 3 deletions LICENSES-THIRD-PARTY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dynacem uses third-party R packages which may be distributed under different
dynamicpv uses third-party R packages which may be distributed under different
licenses. We have listed all of these third party packages and their licenses
below. However, the most up-to-date information can be found via inspecting
the Imports field in the DESCRIPTION file.

You must agree to the terms of these licenses, in addition to the dynacem
You must agree to the terms of these licenses, in addition to the dynamicpv
source code license, in order to use this software.

--------------------------------------------------
Expand All @@ -16,4 +16,4 @@ source code license, in order to use this software.
* purrr - https://purrr.tidyverse.org/LICENSE.html
* readr - https://readr.tidyverse.org/LICENSE.html
* rlang - https://rlang.r-lib.org/LICENSE.html
* tidyr - https://tidyr.tidyverse.org/LICENSE.html
* tidyr - https://tidyr.tidyverse.org/LICENSE.html
6 changes: 3 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
# All rights reserved.
#
# This file is part of the dynacem program.
# This file is part of the dynamicpv program.
#
# dynacem is free software: you can redistribute it and/or modify
# dynamicpv is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
Expand All @@ -25,4 +25,4 @@
#' @format ## `oncpsm`
#' A heemod object
#' @source Created based on assumptions.
"oncpsm"
"oncpsm"
4 changes: 2 additions & 2 deletions R/dynamic.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
# All rights reserved.
#
# This file is part of the dynacem program.
# This file is part of the dynamicpv program.
#
# dynacem is free software: you can redistribute it and/or modify
# dynamicpv is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
Expand Down
4 changes: 2 additions & 2 deletions R/extract.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
# All rights reserved.
#
# This file is part of the dynacem program.
# This file is part of the dynamicpv program.
#
# dynacem is free software: you can redistribute it and/or modify
# dynamicpv is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
Expand Down
4 changes: 2 additions & 2 deletions R/future.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
# All rights reserved.
#
# This file is part of the dynacem program.
# This file is part of the dynamicpv program.
#
# dynacem is free software: you can redistribute it and/or modify
# dynamicpv is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
Expand Down
4 changes: 2 additions & 2 deletions R/oop.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
# All rights reserved.
#
# This file is part of the dynacem program.
# This file is part of the dynamicpv program.
#
# dynacem is free software: you can redistribute it and/or modify
# dynamicpv is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install.packages("devtools")
pak::pak("MSDLLCpapers/dynamicpv")
```

Note that the above does not install vignettes. Vignettes may be viewed on the [package website](https://msdllcpapers.github.io/dynacem) or by instead running the following.
Note that the above does not install vignettes. Vignettes may be viewed on the [package website](https://msdllcpapers.github.io/dynamicpv/) or by instead running the following.

```{r instal2}
#| eval: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pak::pak("MSDLLCpapers/dynamicpv")
```

Note that the above does not install vignettes. Vignettes may be viewed
on the [package website](https://msdllcpapers.github.io/dynacem) or by
instead running the following.
on the [package website](https://msdllcpapers.github.io/dynamicpv/) or
by instead running the following.

``` r
devtools::install_github("MSDLLCpapers/dynamicpv", build_vignettes=TRUE)
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://MSDLLCpapers.github.io/dynacem/
url: https://MSDLLCpapers.github.io/dynamicpv/
template:
bootstrap: 5
math-rendering: mathjax
Expand Down
4 changes: 2 additions & 2 deletions data-raw/oncpsm.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2025 Merck & Co., Inc., Rahway, NJ, USA and its affiliates.
# All rights reserved.
#
# This file is part of the dynacem program.
# This file is part of the dynamicpv program.
#
# dynacem is free software: you can redistribute it and/or modify
# dynamicpv is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
Expand Down
3 changes: 2 additions & 1 deletion man/dynamicpv-package.Rd

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

10 changes: 5 additions & 5 deletions vignettes/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ @article{enright_2025
title = {Use of health technology assessments in specialty drug coverage decisions by {US} commercial health plans},
volume = {31},
issn = {2376-1032},
doi = {10.18553/jmcp.2025.31.3.289},
url = {https://www.jmcp.org/doi/10.18553/jmcp.2025.31.3.289},
abstract = {BACKGROUND: Health technology assessment (HTA) involves a formal review of the clinical, economic, and societal implications of health technologies. Internationally, HTA supports decisions regarding access to novel therapeutics. However, the role of HTA in the decision-making processes of US-based health care payers remains unclear.
OBJECTIVE: To assess how frequently US commercial health plans reference HTAs in their specialty drug coverage policies.
METHODS: Using the Tufts Medical Center Specialty Drug Evidence and Coverage database, we reviewed the evidence cited in the publicly available specialty drug coverage policies of 17 US commercial health plans. We assessed the frequency of HTA citations and characterized them by (1) country of origin, (2) publishing organization, (3) whether it addressed a treatment's cost-effectiveness, (4) disease category addressed, and (5) whether it assessed orphan or nonorphan treatments.
Expand Down Expand Up @@ -150,10 +150,10 @@ @article{espinosa_2024
pages = {797--804},
}

@misc{dynacem,
@misc{dynamicpv,
title = {{dynamcem} - A package for {R} to evaluate cost-effectiveness models with dynamic pricing and uptake.},
author = {Merck {\& Co.}, {Inc.}},
url = {https://github.com/MSDLLCpapers/dynacem},
url = {https://github.com/MSDLLCpapers/dynamicpv},
urldate = {Accessed: 1 July 2025}
}

Expand Down Expand Up @@ -240,7 +240,7 @@ @article{ispor_value_flower

@article{laube_2024,
title = {Launch and Postlaunch Price Developments of New Drugs in the US, Germany, and Switzerland},
doi = {10.1001/jamahealthforum.2024.446},
doi = {10.1001/jamahealthforum.2024.4461},
language = {en},
journal = {JAMA Health Forum},
author = {Laube, Y. and Serra-Burriel, M. and Glaus, C. C. E. G. and Vokinger, K. N.},
Expand Down Expand Up @@ -464,4 +464,4 @@ @article{woods_2024
month = Jan,
year = {2024},
pages = {804--819},
}
}