From b48cdb82a3b069a1f6c93d2e5a5e25b0c7cd46ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Fri, 18 Oct 2024 16:02:13 +0200 Subject: [PATCH] fix(benchmark): Change data folder to inst/extdata --- data-raw/benchmark.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-raw/benchmark.R b/data-raw/benchmark.R index a468c02c..414ed914 100644 --- a/data-raw/benchmark.R +++ b/data-raw/benchmark.R @@ -167,10 +167,10 @@ if (identical(Sys.getenv("CI"), "true") && identical(Sys.getenv("BACKEND"), "")) "n" = n ) - dir.create("data", showWarnings = FALSE) + dir.create("inst/extdata", showWarnings = FALSE) saveRDS( update_snapshot_benchmark, - glue::glue("data/benchmark-update_snapshot_complexity_{n}_{names(conns)[[1]]}_{version}.rds") + glue::glue("inst/extdata/benchmark-update_snapshot_complexity_{n}_{names(conns)[[1]]}_{version}.rds") ) }