Skip to content

Commit

Permalink
Merge pull request #3 from nanxstats/main
Browse files Browse the repository at this point in the history
Fix check notes
  • Loading branch information
dom-muston authored Oct 24, 2023
2 parents 883f23a + 3b81370 commit aa928a4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
^codecov\.yml$
^_pkgdown\.yml$
^pkgdown$
^LICENSE\.md$
^LICENSES_THIRD_PARTY\.md$
^README\.Rmd$
26 changes: 17 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
Package: psm3mkv
Title: Fit and Evaluate Three-State Partitioned Survival Analysis and Markov Models to Progression-Free and Overall Survival data
Title: Fit and Evaluate Three-State Partitioned Survival Analysis and Markov Models to Progression-Free and Overall Survival Data
Version: 0.1.0
Authors@R: c(
person("Dominic", "Muston", , "dominic.muston@merck.com", role = c("aut", "cre"),
comment = c(ORCID = "0000000348767940")),
comment = c(ORCID = "0000-0003-4876-7940")),
person("Merck & Co., Inc.", role = c("cph", "fnd"))
)
Description: Fits and evaluates three-state partitioned survival analyses (PartSAs) and markov models (clock forward or clock reset) to Progression-Free Survival (PFS) and Overall Survival (OS) patient-level data. This data is typically collected in clinical trials in oncology. These model structures are typically considered in cost-effectiveness modeling in advanced/metastatic cancer indications.
Description: Fits and evaluates three-state partitioned survival analyses
(PartSAs) and markov models (clock forward or clock reset) to
Progression-Free Survival (PFS) and Overall Survival (OS)
patient-level data. This data is typically collected in clinical trials
in oncology. These model structures are typically considered in
cost-effectiveness modeling in advanced/metastatic cancer indications.
License: GPL (>= 3)
URL: https://merck.github.io/psm3mkv/, https://github.com/Merck/psm3mkv
BugReports: https://github.com/Merck/psm3mkv/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 4.1.0)
Imports:
Imports:
dplyr,
flexsurv,
ggplot2,
Expand All @@ -24,11 +29,14 @@ Imports:
SurvMetrics,
tibble,
tidyr
Suggests:
Suggests:
boot,
covr,
ggsci,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/Merck/psm3mkv
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
6 changes: 4 additions & 2 deletions man/psm3mkv-package.Rd

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

0 comments on commit aa928a4

Please sign in to comment.