From dcb7fefe1e81930523ce8d6fa5458a493cc88626 Mon Sep 17 00:00:00 2001 From: Laura A DeCicco Date: Thu, 1 Feb 2024 11:18:29 -0600 Subject: [PATCH] This is 3.5! --- R/toxEval.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/toxEval.R b/R/toxEval.R index e2ca0db..2900c51 100644 --- a/R/toxEval.R +++ b/R/toxEval.R @@ -10,7 +10,7 @@ ToxCast database: version", dbVersion()), width = 40), } dbVersion <- function() { - "4.0" + "3.5" } #' Analyze ToxCast data in relation to measured concentrations.