From a9289136ba742b78ed2088513502c47c1c87893c Mon Sep 17 00:00:00 2001 From: wlandau Date: Mon, 23 Dec 2024 13:29:59 -0500 Subject: [PATCH] remove check warning --- R/class_external.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/class_external.R b/R/class_external.R index 9e5c32bc..338d5527 100644 --- a/R/class_external.R +++ b/R/class_external.R @@ -6,10 +6,10 @@ store_row_path.tar_external <- function(store, file) { #' @export store_path_from_name.tar_external <- function( store, + format, name, path, - path_store, - format = NULL + path_store ) { path }