Skip to content

Commit

Permalink
fix: exclude rds from being included in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Jul 27, 2022
1 parent 1a7ec13 commit 78ab946
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/run_eggla.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ run_eggla <- function(

saveRDS(
object = results,
file = file.path(results_directory, "model-object.rds")
file = file.path(
working_directory,
sprintf("%s-%s-model-object.rds", Sys.Date(), sex_literal)
)
)

data.table::fwrite(
Expand Down

0 comments on commit 78ab946

Please sign in to comment.