From 9fd6485aec0ab8e698f0186466a74aafd970be3b Mon Sep 17 00:00:00 2001 From: TRON Kelly <t19016063@V-PJ-47-066.salsa.univ-amu.fr> Date: Wed, 23 Oct 2024 14:13:22 +0200 Subject: [PATCH] tp1 --- src/download_data.R | 1 - 1 file changed, 1 deletion(-) diff --git a/src/download_data.R b/src/download_data.R index 2f0d18b..7732bd1 100644 --- a/src/download_data.R +++ b/src/download_data.R @@ -49,4 +49,3 @@ if (actual_md5 == expected_md5) { } else { stop("MD5 checksum does not match!") } - -- GitLab