Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread Szumiloski, John
:35 PM To: Szumiloski, John <john.szumilo...@bms.com> Cc: r-help@r-project.org Subject: Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found" The most likely explanation is you have a new version of dplyr/tibble and an old version of rlang. Try re-installin

Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread Hadley Wickham
The most likely explanation is you have a new version of dplyr/tibble and an old version of rlang. Try re-installing rlang. Hadley On Mon, Aug 14, 2017 at 9:26 AM, Szumiloski, John wrote: > UseRs, > > When doing some data manipulations using the tidyverse, I am

Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread David Winsemius
gt;> >> loaded via a namespace (and not attached): >> [1] rvest_0.3.2 lattice_0.20-35 foreign_0.8-69 pkgconfig_2.0.1 >> xml2_1.1.1 >> [6] compiler_3.4.1 stringr_1.2.0forcats_0.2.0parallel_3.4.1 >> readxl_1.0.0 >> [11] Rcpp_0.12.1

Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread David Winsemius
1 > tools_3.4.1 > [16] nlme_3.1-131 broom_0.4.2 R6_2.2.2 bindrcpp_0.2 > bindr_0.1 > [21] scales_0.4.1 assertthat_0.2.0 gtable_0.2.0 stringi_1.1.5 > reshape2_1.4.2 > [26] hms_0.3 munsell_0.4.3grid_3.4.1 colorspace_1.3-2 > glue_1.

Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread Szumiloski, John
## end console output Thanks again for any feedback, John John Szumiloski, Ph.D. Principal Scientist, Statistician Pharmaceutical Development / Drug Product Science & Technology NBR105-1-1411 Bristol-Myers Squibb P.O. Box 191 1 Squibb Drive New Brunswick, NJ USA 08903-0191

Re: [R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread Jeff Newmiller
This sounds an awful lot like a bug. Read the Posting Guide to know what to do about bugs. And delaying making the reprex is _always_ a bad idea. -- Sent from my phone. Please excuse my brevity. On August 14, 2017 7:26:32 AM PDT, "Szumiloski, John" wrote: >UseRs, >

[R] tidyverse repeating error: "object 'rlang_mut_env_parent' not found"

2017-08-14 Thread Szumiloski, John
UseRs, When doing some data 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