Skip to content

Commit 1584fd6

Browse files
committed
fix R cmd check NOTE
1 parent 49ee2da commit 1584fd6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

R/ppc-censoring.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ ppc_km_overlay <- function(
178178

179179
max_time_y <- max(y, na.rm = TRUE)
180180
fsf <- fsf %>%
181-
dplyr::filter(is_y_color != "yrep" | time <= max_time_y * extrapolation_factor)
181+
dplyr::filter(.data$is_y_color != "yrep" | .data$time <= max_time_y * extrapolation_factor)
182182

183183
# Ensure that the observed data gets plotted last by reordering the
184184
# levels of the factor "strata"

man/PPC-censoring.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)