Skip to content

Commit 798961d

Browse files
committed
Use xz compression
1 parent 3de0293 commit 798961d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-raw/datasets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## code to prepare datasets goes here
22

33
rabimo_inputs_2025 <- readRDS("../../A/abimo.scripts/assets/rabimo_inputs_2025.rds")
4-
usethis::use_data(rabimo_inputs_2025, overwrite = TRUE)
4+
usethis::use_data(rabimo_inputs_2025, overwrite = TRUE, compress = "xz")

0 commit comments

Comments
 (0)