From c79e87c63277d848fd3b987c230f23e39a5d59a2 Mon Sep 17 00:00:00 2001 From: Keith Goldfeld Date: Wed, 24 Jul 2024 13:36:45 -0400 Subject: [PATCH] Fixing stray "." in .evalWith --- R/internal_utility.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/internal_utility.R b/R/internal_utility.R index c432b7df..98e34324 100644 --- a/R/internal_utility.R +++ b/R/internal_utility.R @@ -114,7 +114,7 @@ ### Get functions from calling environment - added 20240724 - if (length(ls(envir)) != 0) {. + if (length(ls(envir)) != 0) { all_objects <- ls(envir)