From d04bac001217855b4e9a1490a35bef3325441b55 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Jul 2023 08:24:12 +0200 Subject: Maintenance prompted by email from CRAN - Fix an improper use of 'packageVersion' - Update .Rbuildignore - Fix a link in the README - Static documentation rebuilt by pkgdown::build_site() --- R/drcfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') diff --git a/R/drcfit.R b/R/drcfit.R index 64426b9..6ba071f 100644 --- a/R/drcfit.R +++ b/R/drcfit.R @@ -29,7 +29,7 @@ drcfit <- function(data, chooseone=TRUE, splitted <- split(data,data$substance) # The indexing of the results of the ED50 function changed with drc 3.0.1 - if (packageVersion("drc") > 3) { + if (packageVersion("drc") > "3") { ED50_row_index = "e:1:50" EDx_row_index_prefix = "e:1" } else { -- cgit v1.2.1