Displaying 7 results from an estimated 7 matches for "overscop".
Did you mean:
overscope
2017 Aug 14
2
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...B B 3 1 2.17
12 B B 3 3 -0.02
13 B B 2 2 -0.17
14 B B 1 1 0.37
15 B B 1 3 1.28
Desktop>
Desktop> ### dplyr::select
Desktop>
Desktop> Test %>% select(Tests, Tests2)
Error in mut_env_parent(overscope$.top_env, lexical_env) :
object 'rlang_mut_env_parent' not found
Desktop>
Desktop> select(Test, Tests, Tests2)
Error in mut_env_parent(overscope$.top_env, lexical_env) :
object 'rlang_mut_env_parent' not found
Desktop>
Desktop> # tibble::tibble
Desktop>
Desktop&g...
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...B B 3 3 -0.02
> 13 B B 2 2 -0.17
> 14 B B 1 1 0.37
> 15 B B 1 3 1.28
> Desktop>
> Desktop> ### dplyr::select
> Desktop>
> Desktop> Test %>% select(Tests, Tests2)
> Error in mut_env_parent(overscope$.top_env, lexical_env) :
> object 'rlang_mut_env_parent' not found
I don't see a column named "Tests"
> Desktop>
> Desktop> select(Test, Tests, Tests2)
> Error in mut_env_parent(overscope$.top_env, lexical_env) :
> object 'rlang_mut_env_parent'...
2017 Aug 14
4
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...ta manipulations using the tidyverse, I am repeatedly getting the same error message in now three separate situations. I can write up a reproducible example, but want to lay out the high-level issues in case someone recognizes exactly what is happening here.
The error is:
Error in mut_env_parent(overscope$.top_env, lexical_env) :
object 'rlang_mut_env_parent' not found
and it occurs in three situations:
1) Using tidyr::nest() on an output from dplyr::group_by()
2) Using tibble::tibble() with <name> = <value> arguments
3) Using dplyr::select() on a tibble to...
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...idyverse, I am repeatedly
>getting the same error message in now three separate situations. I can
>write up a reproducible example, but want to lay out the high-level
>issues in case someone recognizes exactly what is happening here.
>
>The error is:
>
>Error in mut_env_parent(overscope$.top_env, lexical_env) :
> object 'rlang_mut_env_parent' not found
>
>and it occurs in three situations:
>
>
>1) Using tidyr::nest() on an output from dplyr::group_by()
>
>2) Using tibble::tibble() with <name> = <value> arguments
>
>3)...
2017 Aug 14
3
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...> 13 B B 2 2 -0.17
>> 14 B B 1 1 0.37
>> 15 B B 1 3 1.28
>> Desktop>
>> Desktop> ### dplyr::select
>> Desktop>
>> Desktop> Test %>% select(Tests, Tests2)
>> Error in mut_env_parent(overscope$.top_env, lexical_env) :
>> object 'rlang_mut_env_parent' not found
>
> I don't see a column named "Tests"
>
>> Desktop>
>> Desktop> select(Test, Tests, Tests2)
>> Error in mut_env_parent(overscope$.top_env, lexical_env) :
>> obj...
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...sing the tidyverse, I am repeatedly getting the same error message in now three separate situations. I can write up a reproducible example, but want to lay out the high-level issues in case someone recognizes exactly what is happening here.
>
> The error is:
>
> Error in mut_env_parent(overscope$.top_env, lexical_env) :
> object 'rlang_mut_env_parent' not found
>
> and it occurs in three situations:
>
>
> 1) Using tidyr::nest() on an output from dplyr::group_by()
>
> 2) Using tibble::tibble() with <name> = <value> arguments
>
>...
2017 Mar 19
3
RFC: (in-principle) native unquoting for standard evaluation
Michael Lawrence (as last in long series of posters)...
> Yes, it would bind the language object to the environment, like an
> R-level promise (but "promise" of course refers specifically to just
> _lazy_ evaluation).
>
> For the uqs() thing, expanding calls like that is somewhat orthogonal
> to NSE. It would be nice in general to be able to write something like
>