Skip to content

Commit

Permalink
Final update for .evalWith
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Goldfeld committed Jul 29, 2024
1 parent c79e87c commit 3adbd69
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 @@ -127,7 +127,7 @@
]

functions_list <- mget(function_objects, envir = envir)
list2env(functions_list, envir = environment())
list2env(functions_list, envir = e)
}

####
Expand Down

0 comments on commit 3adbd69

Please sign in to comment.