From 205d02060c88539ef799ddafc2b5082c2e8bf331 Mon Sep 17 00:00:00 2001 From: Nick McKay Date: Wed, 19 Jul 2023 13:09:28 -0500 Subject: [PATCH] Update read_write.R Don't trip changed flag since no change is now made --- R/read_write.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/read_write.R b/R/read_write.R index c614d91..8ecc186 100644 --- a/R/read_write.R +++ b/R/read_write.R @@ -346,7 +346,7 @@ read.dets <- function(core, coredir, othername=c(), set=get('info'), sep=",", de message("Warning, the depths are not in ascending order, I will correct this") message("Actually, never mind, I'm not changing the order of the dates according to their depth") # dets <- dets[ order(dets[,4]), ] #CHANGED: se elimina "set" antes de dets, por un error en uso del objeto - changed <- 1 + # changed <- 1 } # if current dets differ from original .csv file, rewrite it