From b7ef583efae27117363e414be67d84215328467f Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 14 Jan 2026 11:16:23 +0100 Subject: [PATCH] Rename: number utils to match their main scripts --- r_app/{ci_extraction_utils.R => 20_ci_extraction_utils.R} | 0 r_app/{growth_model_utils.R => 30_growth_model_utils.R} | 0 ...saic_creation_tile_utils.R => 40_mosaic_creation_tile_utils.R} | 0 r_app/{mosaic_creation_utils.R => 40_mosaic_creation_utils.R} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename r_app/{ci_extraction_utils.R => 20_ci_extraction_utils.R} (100%) rename r_app/{growth_model_utils.R => 30_growth_model_utils.R} (100%) rename r_app/{mosaic_creation_tile_utils.R => 40_mosaic_creation_tile_utils.R} (100%) rename r_app/{mosaic_creation_utils.R => 40_mosaic_creation_utils.R} (100%) diff --git a/r_app/ci_extraction_utils.R b/r_app/20_ci_extraction_utils.R similarity index 100% rename from r_app/ci_extraction_utils.R rename to r_app/20_ci_extraction_utils.R diff --git a/r_app/growth_model_utils.R b/r_app/30_growth_model_utils.R similarity index 100% rename from r_app/growth_model_utils.R rename to r_app/30_growth_model_utils.R diff --git a/r_app/mosaic_creation_tile_utils.R b/r_app/40_mosaic_creation_tile_utils.R similarity index 100% rename from r_app/mosaic_creation_tile_utils.R rename to r_app/40_mosaic_creation_tile_utils.R diff --git a/r_app/mosaic_creation_utils.R b/r_app/40_mosaic_creation_utils.R similarity index 100% rename from r_app/mosaic_creation_utils.R rename to r_app/40_mosaic_creation_utils.R