From a3fe7f3a19d7e0251a795950c0fb7428b71d411b Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Tue, 8 Oct 2024 15:53:15 -0700 Subject: [PATCH] oops, wrong commit --- R/fetchSOLUS.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/fetchSOLUS.R b/R/fetchSOLUS.R index 6b2186ac..2dcb6bfa 100644 --- a/R/fetchSOLUS.R +++ b/R/fetchSOLUS.R @@ -150,7 +150,7 @@ fetchSOLUS <- function(x = NULL, # fix inconsistencies in depth column res$depth[is.na(res$depth) | res$depth == ""] <- "all_cm" dlut <- c("all_cm" = "all", - "0_cm" = "0", "5_cm" = "5", "15" = "15_cm", + "0_cm" = "0", "5_cm" = "5", "15_cm" = "15", "30_cm" = "30", "60_cm" = "60", "100_cm" = "100", "150_cm" = "150")