From 3b868bdbfb90a48c4d5a08705d342cf6a4bd08ed Mon Sep 17 00:00:00 2001 From: olivroy Date: Fri, 1 Dec 2023 13:30:06 -0500 Subject: [PATCH] Last message conversion to cli. --- R/paths.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/paths.R b/R/paths.R index a64ad6bf..07dca3cd 100644 --- a/R/paths.R +++ b/R/paths.R @@ -55,7 +55,7 @@ zipfile <- function(path, open = "r") { file <- files$Name[[1]] if (nrow(files) > 1) { - message("Multiple files in zip: reading '", file, "'") + cli::cli_inform("Multiple files in zip: reading {.file {file}}") } unz(path, file, open = open)