Skip to content

Commit

Permalink
fixing the testing mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzpschwarz committed Mar 4, 2024
1 parent 8060198 commit 8f0341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/identify_indicator_timings.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ identify_indicator_timings <- function(object, uis_breaks = NULL){

# TIS
trends <- object_l[grepl("tis",object_l$name) & object_l$value == 1 ,] # identify the first occurrence of a trend

if(nrow(trends) == 0){trends <- NULL}

# CFESIS
if(any(grepl("cfesis",names(object)))){
Expand Down

0 comments on commit 8f0341e

Please sign in to comment.