Skip to content

Commit

Permalink
Fixing stray "." in .evalWith
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Goldfeld committed Jul 24, 2024
1 parent 4c4bacd commit c79e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/internal_utility.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c79e87c

Please sign in to comment.