Displaying 2 results from an estimated 2 matches for "gmapsdistancefix".
Did you mean:
gmapsdistance_fix
2018 Jan 29
2
bug [methods]: double execution of `insertSource` within the same session does not work
...env <- source
else env <- evalSource(source, package, FALSE)
# We're in the second case I guess
# Browse[2]> env
# Object of class "sourceEnvironment"
# Source environment created 2017-12-01 05:19:51
# For package "gmapsdistance"
# From source file "gmapsdistancefix.R"
# later, before line 52:
x = env
Browse[2]> package
[1] "gmapsdistance"
# evaluate 52
packageSlot(env) <- package
# objects x and env are still identical
# Browse[2]> class(env)
# [1] "sourceEnvironment"
# attr(,"package")
# [1] "methods"...
2018 Jan 29
0
bug [methods]: double execution of `insertSource` within the same session does not work
...t;- evalSource(source, package, FALSE)
> # We're in the second case I guess
>
> # Browse[2]> env
> # Object of class "sourceEnvironment"
> # Source environment created 2017-12-01 05:19:51
> # For package "gmapsdistance"
> # From source file "gmapsdistancefix.R"
>
>
> # later, before line 52:
> x = env
> Browse[2]> package
> [1] "gmapsdistance"
>
> # evaluate 52
> packageSlot(env) <- package
>
> # objects x and env are still identical
> # Browse[2]> class(env)
> # [1] "sourceEnvironment...