Skip to content

Commit

Permalink
degage code mort
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lamarche committed Dec 27, 2024
1 parent 587716a commit 8a221ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/telechargerFichier.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ telechargerFichier <- function(donnees, date=NULL, telDir=getOption("doremifasol
if (cache)
message("Aucun r\u00e9pertoire d'importation n'est d\u00e9fini. Les donn\u00e9es ont \u00e9t\u00e9 t\u00e9l\u00e9charg\u00e9es par d\u00e9faut dans le dossier: ", telDir)
} else if (tools::md5sum(nomFichier) != caract$md5){
if (!curl::has_internet()) stop("aucune connexion Internet")
if (cache) {
message("Aucun r\u00e9pertoire d'importation n'est d\u00e9fini. Les donn\u00e9es utilis\u00e9es sont stock\u00e9es dans le dossier: ", telDir)}
message("Les donn\u00e9es doivent \u00eatre mises \u00e0 jour.")
Expand Down

0 comments on commit 8a221ba

Please sign in to comment.