Skip to content

Commit

Permalink
slight tweak on warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed May 31, 2022
1 parent 33cc5a9 commit a11fa63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/as_cubble.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ as_cubble.list <- function(data, key, index, coords,

if (output == "all"){
if (unmatch_t){
cli::cli_alert_warning("Some sites in the temporal table don't have corresponding spatial information")
cli::cli_alert_warning("Some sites in the temporal table don't have spatial information")
}

if (unmatch_s){
cli::cli_alert_warning("Some sites in the spatial table don't have corresponding temporal information")
cli::cli_alert_warning("Some sites in the spatial table don't have temporal information")
}

if (unmatch_s | unmatch_t)
Expand Down

0 comments on commit a11fa63

Please sign in to comment.