From 5ab066c5b5b1b8dbe432a692c0aaa9b6b09347e0 Mon Sep 17 00:00:00 2001 From: Ger Inberg Date: Tue, 30 May 2023 10:33:07 +0200 Subject: [PATCH] #44 fix check, see also #45 --- R/EunomiaData.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/EunomiaData.R b/R/EunomiaData.R index b8c51f7..98caf39 100644 --- a/R/EunomiaData.R +++ b/R/EunomiaData.R @@ -99,7 +99,7 @@ extractLoadData <- function(from, to, dbms = "sqlite", verbose = interactive()) if(verbose) { cli::cat_line(paste0("Unzipping ", from)) } - utils::unzip(zipfile = from, exdir = tempFileLocation) + utils::unzip(zipfile = from, exdir = tempFileLocation, junkpaths = TRUE) # get list of files in directory and load them into the SQLite database