Skip to content

Commit

Permalink
adress R CMD check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mthbretscher committed Nov 26, 2024
1 parent 483a1e7 commit 0e4c47d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: RwPFS
Title: Calculate and compare a range of real-world progression-free survival (rwPFS) endpoints.
Title: Calculate and Compare a Range of Real-World Progression-Free Survival (rwPFS) Endpoints
Version: 0.0.3
Authors@R: c(
person(given = "Michael", family = "Bretscher", role = c("aut", "cre"), email = "[email protected]"),
Expand All @@ -11,7 +11,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.3.2
Imports:
rlang,
dplyr (>= 1.0.0),
Expand Down
11 changes: 11 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#' Simulated progression data
#'
#' A demo dataset containing simulated data to compute progression-free
#' survival. For demonstration purposes only.
#'
#' @format A data frame with simulated patient data for PFS analysis
#'
#' @examples
#' data(simprog)
#' head(simprog)
"simprog"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Get started with real-world PFS [here](https://phcanalytics.github.io/RwPFS/arti
<!-- badges: start -->

[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)



12 changes: 6 additions & 6 deletions man/calc_rwPFS.Rd

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

21 changes: 21 additions & 0 deletions man/simprog.Rd

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

0 comments on commit 0e4c47d

Please sign in to comment.